All Easy Articles
Given an array arr[] of N positive integers, the task is to find the number of pairs with odd sum and the number of pairs… Read More
Given a tree and a node, the task is to find the parent of the given node in the tree. Print -1 if the given… Read More
Given N number of sticks of varying lengths in an array arr, the task is to determine the sum of the count of sticks that… Read More
Given two integers N and M, where N is the number of friends sitting in a clockwise manner in a circle and M is the… Read More
Given an array arr of size N and an integer K, the task is to find the maximum sum subarray of size k among all… Read More
If you have a folder full of images that has some text which needs to be extracted into a separate folder with the corresponding image… Read More
Sometimes, while working with data, we can have a problem in which we need to check for similar records and eradicate them. When elements are… Read More
Python While Loop is used to execute a block of statements repeatedly until a given condition is satisfied. When the condition becomes false, the line… Read More
Android Layout is used to define the user interface that holds the UI controls or widgets that will appear on the screen of an android… Read More
In android, Menu is an important part of the UI component which is used to provide some common functionality around the application. With the help… Read More
Sometimes, while working with tuples, we can have a problem in which we need to convert individual records into a nested collection yet remaining as… Read More
Python is a very versatile programming language. Python is being used in almost each mainstream technology and one can develop literally any application with it.… Read More
A website has a small time to capture the interest of users. A growing age of technology in which a lot of websites are available… Read More
Preview Cha When we work, we usually don’t want to open too many terminal windows. Instead, we prefer to have tabs opened in the same… Read More
Pre-requisite: Introduction to Microsoft Azure | A cloud computing service The majority of Computer Science students start with Web Development or Machine Learning. Now after… Read More
Total Recursive Functions: A recursive function is called total recursive function if it is defined for its all arguments.Let f(a1, a2, …an) be a function defined… Read More
Shortest Remaining Time First (SRTF) is the preemptive version of Shortest Job Next (SJN) algorithm, where the processor is allocated to the job closest to… Read More
The HTTP Connection header is a general type header that allows the sender or client to specify options that are desired for that particular connection.… Read More
Android ListView is a ViewGroup which is used to display the list of items in multiple rows and contains an adapter which automatically inserts the… Read More
Python, a widely used programming language, excels in numerical computing tasks, yet it is not immune to the challenges posed by floating-point arithmetic. Floating-point numbers… Read More