Print the BST in level order
Software Development Engineer Intern Interview Questions
2,326 software development engineer intern interview questions shared by candidates
Reverse a linked list.
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
Calculate the square root of a number.
How would you implement Amazon's "users who bought this item also bought ..." feature?
Not hard at all.
Remove duplicates from a linked list. O(n) time.
Write a function to remove all redundant characters in a given string.
Write an algorithm that does an in-order traversal of a tree recursively. Now, write the same algorithm iteratively.
Viewing 51 - 60 interview questions