Preparation for Facebook (now Meta) London undergrad Full-Time job Interview.
Good problems to start:
- Next Permutation
- Removing duplicates from a sorted array
- Kth largest / smallest element in unsorted array
- Copy LinkedList with random pointer
- 3 Sum closest sum
- Trapping Rain Water - Medium
- Trapping Rain Water - Hard
- Shortest way to form string
- Distinct Sunsequences - Hard
- Group Shifted strings
- Number of Unique Good Subsequences - Hard
- Number of Matching Subsequences - Good
- Merge Intervals - short implemetation with STL
- Random pick with weight - Nice explanation of probability with prefix sum
- Palindrome pairs - hard, too long for interview but has good concept