The Wayback Machine - https://web.archive.org/web/20210103182830/https://www.geeksforgeeks.org/
Gblog 100 Days of Code – A Complete Guide For Beginners and Experienced
Do you want to become a successful software developer and dreaming about getting into the big tech companies? Are you someone who is already working… Read More
December 17, 2020
I applied for SDE Intern-2020 at Postman through its official website. On the same day, I received a link to an online coding test at… Read More
New Year…New Beginning…!!! What’s your plan for this year??? (Being a programmer) Of course, if you’re a programmer then this year you will also write… Read More
Have you ever tried to prepare Pizza at home? (yes!!! we’re talking about your favorite food…) What will happen if you don’t make good dough… Read More
Given an array arr[] of size N and a positive integer K, the task is to find the minimum possible cost to split the array… Read More
Given a positive integer N and an integer D representing a digit, the task is to count the numbers in the range[1, N] such that… Read More
Round 1(Technical Test of 45 minutes Duration): After successfully filling all the details I received an email regarding an online exam which was held on… Read More
Given three positive integers L, R and K, the task is to count the numbers in the range [L, R] whose product of digits is… Read More
Given an array arr[] consisiting of first N natural numbers (N is even), the task is to find a sequence of swaps that can sort… Read More
Given a positive integer N, the task is to find the value of (22 * X), where X is the binary representation of N. Since… Read More
Given an array arr[] of size N, the task is to find the smallest possible remaining array element by repeatedly removing a pair, say (arr[i],… Read More
Given two arrays A[] and B[] of N unique elements, the task is to find the maximum number of matched elements from the two given… Read More
Given two numbers A and B, the task is to count the number of set bits in A and B and flip the bits of… Read More
Given an array arr[] of size N and an integer K, the task is to find the length of the longest subarray consisting of same… Read More
Given a positive integer N, representing the count of players playing the game and an array of strings arr[], consisting of the numeric strings made… Read More
Given a string str of length N, the task is to find the minimum number of substrings required to be removed to make all the… Read More