How to print a link list reversely
Development Engineer Interview Questions
37,105 development engineer interview questions shared by candidates
Find Common elements from two same sized Integer Arrays(Unsorted) in O(n) without sorting either of them.
Standard OOPS concepts like diff between interface and abstract class.
Complexity of this algorithm. How to improve the complexity?
In the next round, the interviewer gave me a binary tree and asked me to write all the data in a file and when the file is read back we should be able to construct the original binary tree.
Write a function to remove all redundant characters in a given string.
Searching a page in 100 million pages. What data structure would be optimal?
how to merge two linked lists without using temp node
Write an algorithm that does an in-order traversal of a tree recursively. Now, write the same algorithm iteratively.
given a linked list which has two types of pointers, a normal next pointer which points to next element in the list and random pointer which points to random element in the list. Question was to clone this linked list
Viewing 401 - 410 interview questions