You have two sorted arrays - how can you effectively merge them into one giant sorted array?
Software Interview Questions
551,241 software interview questions shared by candidates
"You are given an array of integers where every integer occurs an even number of times, except one integer that appears an odd number of times. Return the odd occurring integer. Write functioning code and read it to me when you're done."
Justify the suduku
Reverse a linked list.
find a anagrams of given string from the paragraph.
Reverse linked list recursively.
How would you traverse through a binary search tree and print out each element in order?
Serialize (flatten) and de-serialize a binary tree. First describe the approach, then write the code.
Phone interview 1: 1. Describe what a hash map/table is. Later evolved into how to deal with collisions. 2. Write the code to take an int array and return a new int array whose value at i is the product of all values in the input array except the value at i.
Print the BST in level order
Viewing 2491 - 2500 interview questions