Must Do Coding Questions for Companies like Amazon, Microsoft, Adobe, …
As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do… Read More »
As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do… Read More »
Amazon… “Hire and Develop the Best”. One of the Big Four Tech Companies founder Jeff Bezos is now the richest person on this planet. Jeff… Read More »
Topic : Google Facebook Microsoft Adobe Oracle Amazon D E Shaw MAQ Software Directi Yahoo Accolite Walmart Labs Samsung Paytm Ola Cabs Flipkart SAP Labs… Read More »
Hadoop is a Big Data tool that is written into Java to analyze and handle a very large size data using cheaper systems/servers. It is… Read More »
You must have heard this remarkable saying of Charles Darwin – “It is not the strongest of the species that survive, nor the most intelligent,… Read More »
For ECE students, Kolkata I gave my round 1 on 16 august and solved only one question fully and one partially. Fortunately i got a… Read More »
Given a binary tree, the task is to count the number of balanced nodes in the given tree. Balanced nodes of a binary tree are… Read More »
Given a binary tree, the task is to traverse each level of the given binary tree from left to right and print every alternate encountered… Read More »
Given a Binary Search Tree, the task is to print the nodes of the BST in the following order: If the BST contains levels numbered… Read More »
Given two integers N and K, the task is to count all N digits numbers whose sum of digits is divisible by K. Examples: Input:… Read More »
Given an alphanumeric string str, the task is to rearrange the string such that no two adjacent characters are of the same type, i.e., no… Read More »
Given a matrix mat[][] of dimensions N * M, the task is to count the number of rows whose sum exceeds the sum of the… Read More »
Given two strings str1 and str2, each of length N and consisting of lowercase English alphabets only, the task is to check if string str1… Read More »
Given an array arr[] of length N, , a matrix of dimensions N * N was defined on the array arr[] where Mi, j =… Read More »
Given two integers A, B which are any two terms of an Arithmetic Progression series, and an integer N, the task is to minimize the… Read More »
Given an array arr[] consisting of N integer coordinates, the task is to find the maximum Manhattan Distance between any two distinct pairs of coordinates.… Read More »
Given an array, arr[] of size N, the task is to find the length of the longest increasing prime subsequence possible by performing the following… Read More »
Given an array, arr[] of size N and an integer K, the task is to print a subarray of size K whose sum of elements… Read More »
Given a binary string str, the task is to remive minimum number of charaacters from the given binary string such that the characters in the… Read More »