The Wayback Machine - https://web.archive.org/web/20211111052942/https://www.geeksforgeeks.org/easy/
Skip to content
All Easy Articles
In any Bank Transaction, there are several parties involved to process transaction like a merchant, bank, receiver, etc. so there are several numbers reasons that… Read More
Git is a free and open-source distributed version control system designed to handle everything from small to very large projects. Github is a highly used… Read More
IDE (Integrated Development Environment) is a place where programmers can create their own applications by writing the code. Normally the IDEs come with debuggers and… Read More
PwC is a Big 4 Consulting company that came to our college for the Role of Associate Bangalore, Mumbai, Chennai, Location. It Comprises 3 Rounds:Hey… Read More
Given an array interval of length N, where each element represents three values, i.e. {startTime, endTime, value}. The task is to find the maximum sum… Read More
Given a positive integer N, the task is to express 2^N in the sum of powers of 2 and in exactly N+1 terms. Print those… Read More
What is a tuple?A tuple is an object that can hold a number of elements. The elements can be of different data types. The elements… Read More
In this article, we will try to understand various important Array methods (like push(), pop(), and so on) with the help of certain examples. Let… Read More
Branch: B.E. ECE MBRDI visited our campus for a (GET)Graduate Trainee Engineer profile. We had to choose between Mercedes Benz and Daimler. The first selection… Read More
I am a final year M.tech student in the Electrical Department of Delhi Technological University(Formerly DCE), Capgemini visited my university for the role of the… Read More
Wipro-NLTH off-campus placement session also known as Elite National Talent Hunt Test 2021 is scheduled to hire the BE/BTECH graduates for the role of Project… Read More
Imagine a situation of visiting a game parlor or adventure park, having ultimate fun there, and coming back home without paying a single penny there… Read More
My Technical interview Done in October 2021. There were two people in interview panel. (Probably TR and MR). Those who get shortlisted from this round… Read More
Maps are associative containers that store elements in a mapped fashion. Each element has a key value and a mapped value. No two mapped values… Read More
Tuple – A tuple is an object that can hold a number of elements. The elements can be of different data types. The elements of… Read More
The JUCMNav is an eclipse plugin that is used for modeling software and applications. It is a free graphical editor to analyze the user requirements… Read More
Recently, Optum-UHG visited our campus for the position of Full time SDE role and it was open for MCA, MTech and BTech for all CSE… Read More
Written Exam: It consists of 4 Sections. First: Data Structures and pseudo code. To clear this round you have to have your basics clear. Form… Read More
React.js introduces the concept of state. The states are used to store data for specific components. These states can be updated accordingly using setState function.… Read More
Java Virtual Machine(JVM) uses classpath to locate the class files to execute the code. If your classpath is not set and the class file is… Read More