All Easy Articles
Given a lowercase character string str of size N. In one operation any character can be changed into some other character. The task is to… Read More
Given a date in the form of a string, the task is to write a Java Program to get the day, month, and year from… Read More
Photoshop is a photo-editing software. It is a popular image changing software package. It was developed in 1987 by the American brothers Thomas and John… Read More
Prerequisite: ANN | Bidirectional Associative Memory (BAM) Learning AlgorithmTo implement BAM model, here are some essential consideration and approach-   Consider the value of M, as… Read More
It was an On-campus drive. There were a total of 3 rounds in the selection process. Round 1: Round 1 is a written test. A… Read More
Given an array arr[] consisting of N integers, the task is to find the second largest element in the given array using N+log2(N) – 2… Read More
There are three different phases during the lifecycle of a JavaScript event. Capturing Phase Target Phase Bubbling Phase They follow the same order as listed… Read More
PHP is a very popular general-purpose scripting language which is mainly suited for web development. It was created in 1994 by Rasmus Lerdorf who is… Read More
Position: GET(Graduate Engineer Trainee) at HCL Technologies Location: PAN India Date: July 2020 Rounds: 2 Rounds(Technical +HR) Type: Off-Campus Result : Selected Platform Used: Microsoft… Read More
ABCD is a square field of 40 acres. The line BE is a straight path, and E is 110 yards from D. In a race… Read More
Puzzle: You are risk-averse person. There are Two games are offered to you.  Game 1: You roll a dice once and you are paid one… Read More
Choosing the right company is a must as your entire career will depend on the skills you learn and the abilities you have. Everyone wants… Read More
MapReduce is a framework the use of which we can write functions to process massive quantities of data, in parallel, on giant clusters of commodity… Read More
Autoencoders have emerged as an architecture for data representation and generation. Among them, Variational Autoencoders (VAEs) stand out, introducing probabilistic encoding and opening new avenues… Read More
Root mean squared error (RMSE) is the square root of the mean of the square of all of the error. RMSE is considered an excellent… Read More
We all know that nowadays Python is one of the most popular coding languages among all.  While installing Python, one IDE named IDLE is also… Read More
Pre-requisite learning: Installing Go on Windows / Installing Go on MacOS  Technically defining, a package is essentially a container of source code for some specific… Read More
These days the Wi-Fi networks are more secure than the older days, These days most wireless access points use WPA(Wi-Fi Protection Access)  2 Pre Shared… Read More
Map-Reduce is a programming model that is mainly divided into two phases Map Phase and Reduce Phase. It is designed for processing the data in… Read More
In this article, we will discuss how to convert a Pandas series to a Python List and it’s type. This can be done using the… Read More