The Wayback Machine - https://web.archive.org/web/20210114230809/https://www.geeksforgeeks.org/medium
All Medium Articles
Just want to share my interview experience with SkilRock Technologies Gurgaon so that it’s helpful for the aspiring ones. Total Rounds 4: 2 Technical round … Read More
First Round(Online Test): Section A: Computer Science MCQs(20 Ques) Section B: Aptitude(15 Ques) Section C: Electronics MCQs(8 Ques) No Negative Marking. All sections were Untimed.… Read More
Given an array arr[] of size N, the task is for each array element is to find the nearest non-equal value present on its left… Read More
#include in C/C++: In the case of C language, #include is a standard or user-defined file in a program that tells the preprocessor to insert… Read More
Well, on our desktop computers we can easily restore down windows, do something in the background, and maximize the window whenever we want. But we… Read More
Given an array arr[] of size N, where arr[i] is the time required to visit ith city, the task is to find the minimum total… Read More
Given an array arr[] consisting of N integers whose absolute values are distinct and an integer K, the task is to find such an arrangement… Read More
ArrayList is a resizable array implementation in java. ArrayList grows dynamically and ensures that there is always a space to add elements. The backing data… Read More
Prerequisites: Understanding Logistic Regression, Logistic Regression using Python In this article, we are going to discuss how to predict the placement status of a student… Read More
In simple words, any object that could be looped over is iterable. For instance, a list object is iterable and so is an str object.… Read More
A neon number is a number where the sum of digits of the square of the number is equal to the number. The task is… Read More
I got the interview opportunity through the “Code Divas Diversity Challenge 2020” organized by BNY Mellon on HackerEarth. There were 4 coding questions. The time… Read More
HashTable class is part of the Collection framework in Java where the only major difference it has from HashMap is that it’s synchronized. Hash table… Read More
In order to get the value element of the user-defined object, one needs to implement the sorting logic in TreeSet. Now in order to implement… Read More
Academic Year: Third Year Undergraduate Branch: Computer Science and Engineering Current CGPA: 8.67 Eligible Branches: CSE, IT, and ECE Oracle was the first company of… Read More
Have you ever wondered how you can open a 10GB file on a device with only 4GB of RAM? Or how Netflix app can play… Read More
req.cookies: Request.Cookies are supposed to be cookies that comes from client (browser) and Response.Cookies are cookies that will send back to client (browser). Cookies are… Read More
Represent to solution set of the following inequations graphically in two-dimensional plane: Question 1. x+2y-4 <=0 Solution: Step 1. Convert the given inequation into equation… Read More
Q1. Verify that the numbers given alongside of the cubic polynomials below are their zeroes. Also, verify the relationship between the zeros and coefficients in… Read More
In this article, we will discuss the Dynamic initialization of objects using Dynamic Constructors. Dynamic initialization of object refers to initializing the objects at a… Read More