Implement atoi()
Software Development Interview Questions
37,298 software development interview questions shared by candidates
Given an array of numbers and a separate number, how would you determine the first combination of 2 numbers in that array that would total this single other number?
Given an array of size [i..n], find the product of all the elements of the array except for the element at index b, where b is an arbitrary element.
How do you check if a Binary Tree is a Binary Search Tree?
(following the previous one) You got only ONE baby bottle sample. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
level order print a given tree
find the closest pair of points in a 2 dimensional space.? write an algorithm.
Describe data structure for Shuffle operation in a music player
Merge two sorted linked lists with unique integers.
How would you find the common primes in two integers ?
Viewing 911 - 920 interview questions