Given a tree, print the values contained at each level on the same line. So if you had the tree with root A, and children B and C, you would print: A B C
Engineers Interview Questions
841,993 engineers interview questions shared by candidates
How would you store and search 1 million names?
Merge 'k' sorted arrays, each array may have max 'n' elements
Can you write a function that deeply flattens an array?
delete duplicates in a list
Given an integer array, find if the target sum exists as the sum of contiguous elements.
Given a string determine if it consist of valid concatenated words. "dogcatfish" --> true because it can be split int "dog","cat", and fish "dogecatfish" --> false
Are you willing to work in shifts and overtime?
Reverse a string
Introduce yourself Strengths and weaknesses Explain your FYP
Viewing 1261 - 1270 interview questions