Most common Dropbox coding Interview questions
Arrays
Determine if the sum of three integers is equal to the given value
Merge overlapping intervals
Linked Lists
Merge two sorted linked lists
Trees
Determine if two binary trees are identical
Strings
Find all palindrome substrings
Reverse words in a sentence
Dynamic Programming
Find the maximum sum of a subarray
Backtracking
Find all sum combinations
Sorting and Searching
Merge overlapping intervals