All Medium Articles
Given an array arr[] consisting of N integers and an integer K, the task is to find the length of the longest subarray in which… Read More
Given an array, arr[] of size N, the task is to find the count of array indices such that removing an element from these indices… Read More
Given an array arr[] of size N, the task is to find the longest non-empty subsequence from the given array whose sum is maximum. Examples:… Read More
Given a numeric string S, the task is to find the minimum and the maximum number of digits that must be removed from S such… Read More
Coding and aptitude Round: There were 17 questions which included 15 MCQs and 2 coding questions. MCQ’s were based on the topics like Database Management,… Read More
Given an array arr[] consisting of N positive integers and an integer K, the task is to minimize the difference between the maximum and minimum… Read More
Round 1: MCQs with four sections Aptitude Problem-solving Big data related Semiconductor and electronics-related Compulsory to solve section 1 and section 2 and rest to… Read More
OYO Rooms visited Our campus for SDE -1 (Intern And FTE) Virtually. ROUND 1(Online Test): This round was held on the Hacker Earth platform  Section1(Aptitude… Read More
The raw (res/raw) folder is one of the most important folders and it plays a very important role during the development of android projects in… Read More
The snippet refers to a small piece of re-usable source code, machine code, or text that with the help of the snippet we can use… Read More
A slider is a sequence of frames that can be navigated in order. Firstly, you need to input the basic HTML code and then add… Read More
GCD or the Greatest Common Divisor of two given numbers A and B is the highest number dividing both A and B completely, i.e., leaving… Read More
Apache POI is an open-source library by Apache which can be used to create, modify and display files MS office file in Java. It provides… Read More
Every class in java is a child of Object class either directly or indirectly. toString() is present in Object class. The toString method returns a… Read More
In this article, we are going to learn to delete the middle node from the circular Linked List in java. The approach we are going… Read More
The roots of a function are the x-intercepts. By definition, the y-coordinate of points lying on the x-axis is zero. Therefore, to find the roots… Read More
A square is a simple flat shape in a plane, defined by four points at the four corners. It has four sides with equal length… Read More
A circle is a simple shape consisting of all the points in the plane that are equidistant from a point known as the center of… Read More
In many real-life situations, the data that we want to use comes in multiple files. We often have a need to combine these files into… Read More
Checkbox in flutter is a material design widget. It is always used in the Stateful Widget as it does not maintain a state of its… Read More