Save a tree to an array
Engineer Interview Questions
935,553 engineer interview questions shared by candidates
Find the nth element in a linked list in constant time and space.
implement strtok
Imagine you have a string and you want to return False if there are repeat characters in this string, what are the fastest and most space efficient ways to do this. (I clarified and he only wanted to return False if there was a repeat letter or number)
Explain the functionality of linked list?
//input: [1,2,[3,4,[5,6],7,[8,[9]]],10] //output: [1,2,3,4,5,6,7,8,9,10]
What are doing if you do not have enough time for testing?
Explained what job entails, and the same 4 questions everyone posts here. They are filling out a form so it is standard procedure.
Can more than one exception be there in one catch block?
write a program to print the given series (user need to enter the nth series number from keyboard) 2,3,5,11,23,29,41,53,83,89 .....
Viewing 1911 - 1920 interview questions