Given preorder and postorder traversal you have to construct are tree out of it.
Software Development Interview Questions
36,975 software development interview questions shared by candidates
Why are you changing the company
Generate all permutations of a string and determine if each is in the dictionary. Find an efficient data structure for the dictionary.
How would you test a vending machines? Write some test cases.
Given an int array and an int X, find out if two elements sum up to X
Display the first 3 character of a word(string)
Different Sorting Algorithms and Big O of each
Data structures and algorithms, with a bit of design and some soft questions about your goals and background.
If a sorted array is rotated, how to find how many times it has been rotated.
Determine whether a given binary tree is fully populated, where "fully populated" means that every internal node has exactly two children, and all terminal nodes are at the same depth.
Viewing 601 - 610 interview questions