Color sort problem leetcode using dutch flag algorithm
Sde Interview Questions
16,619 sde interview questions shared by candidates
describe about different sorting algorithms u know?
Q:How do you solve quadratic equations through programming.
Code on matrix manipulation, question was tough and time was too less
Find a pair in BST with a given sum. If not present return -1.
How to sort two matrix and merge them?
Why do you want to join the company?
What we know about tide business
90 degree 2D Array rotation(clock wise)
Q2) The is a binary tree, which has string values only on leaf nodes and all other nodes have empty values. Example is below. When you sum all the leaf node values from left to right. the values will be : example: abcdefghblahblahblahblah etc. Implement the below method that will give 'n'th character of the result. Example: find the 5th character. here it will be 'e'. (BLANK) |---------------------------^---------------------------| (BLANK) (BLANK) |-------------^-------------| |-------------^-------------| abc (BLANK) ijklmnopq rstuvwxyz |------| defgh // Strucutre of the Node with below implemented methods. class Node { Node getLeft(); Node getRight(); boolean isBlank(); String getData(); }
Viewing 1261 - 1270 interview questions