The Wayback Machine - https://web.archive.org/web/20210131201607/https://www.geeksforgeeks.org/medium
Skip to content
All Medium Articles
Given an array points[] representing N points in a K-dimensional space, the task is to find the count of pairs of points in the space… Read More
Given an array arr[] consisting of positive integers, the task for every array element is to find the maximum difference between any two adjacent array… Read More
Given a Binary Tree consisting of N nodes, the task is to count the number of levels in a Binary Tree such that the set… Read More
Given two strings str of length N and word of length M, the task is to remove all the occurrences of the string word from… Read More
Given an integer N denoting the number of boxes in a pen, and two players P1 and P2 playing a game of distributing N pens… Read More
Given a positive integer X (1 ≤ X ≤ 106), the task is to find the minimum value N, such that the sum of first… Read More
Given an array arr[] of size N, the task is to find the minimum count of adjacent swaps required to rearrange the array elements such… Read More
Given three positive integers N, M, and A, the task is to count the number of rectangles with area equal to A present in an… Read More
In this article, we will discuss Binary literals in C++14. While writing programs which involve mathematical evaluations or various types of number, we usually like… Read More
Accenture Conducted an Off Campus Drive in the month of December 2020. (Direct Hiring 2021) Virtual Recruitment Accenture offered two roles:1. Application Development Associate2. Application… Read More
Screening round: This round includes 30 aptitude questions followed by 4 coding questions. The time duration for 30 aptitude questions was 30 minutes( you have… Read More
Given an array arr[] consisting of first N natural numbers, construct a undirected graph using the array elements such that for any array element, connect… Read More
Given two arrays arr1[] and arr2[] of equal length, the task is to find the maximum sum of any subset possible by selecting elements from… Read More
VList is a data structure that combines fast indexing of arrays with the easy extension of singly-linked lists. VList generally supports the following functions. Insert… Read More
We can set Parent State from Children Component in ReactJs using the following approach. Prerequisite: State introduction in ReactJS We will actually set the state… Read More
The List interface allows storing the ordered collection. It is a child interface of Collection. It is an ordered collection of objects in which duplicate… Read More
Gsmart control  (Self-Monitoring, Analysis, and Reporting Technology)is a GUI tool that clearly shows if there is a problem with your hard drive/SSDs or not, It… Read More
Prerequisite – Complement of a Number The use of complements is to mainly perform Subtraction. We can easily perform addition in contrast if we would… Read More
I applied through LinkedIn on 13th January, and got a call from HR that there is a technical interview scheduled on 15th January and sent… Read More
Given two Binary trees and two integer keys K1, K2 where both K1, K2 can be present in the same tree or in different trees.… Read More