This my personal list of recommended problems to do for interview preparation. Aim to be able to do mediums in < 30 mins. NOTE:
- A problem often has valid approaches other than the category it's under.
- The fact there is a category at all is often a large hint that you would not normally have.
- https://leetcode.com/problems/number-of-islands/
- https://leetcode.com/problems/course-schedule/
- https://leetcode.com/problems/course-schedule-ii/
- https://leetcode.com/problems/rotting-oranges/
- https://leetcode.com/problems/pacific-atlantic-water-flow/
- https://leetcode.com/problems/word-search/
- https://leetcode.com/problems/product-of-array-except-self/
- https://leetcode.com/problems/maximum-subarray/
- https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
- https://leetcode.com/problems/move-zeroes/
- https://leetcode.com/problems/3sum/
- https://leetcode.com/problems/reverse-linked-list/
- https://leetcode.com/problems/linked-list-cycle/
- https://leetcode.com/problems/merge-two-sorted-lists/
- https://leetcode.com/problems/spiral-matrix/
- https://leetcode.com/problems/search-a-2d-matrix/
- https://leetcode.com/problems/set-matrix-zeroes/
- https://leetcode.com/problems/positions-of-large-groups/
- https://leetcode.com/problems/valid-anagram/
- https://leetcode.com/problems/longest-palindromic-substring/
- https://leetcode.com/problems/longest-substring-without-repeating-characters/
- https://leetcode.com/problems/add-strings
- https://leetcode.com/problems/maximum-depth-of-binary-tree/
- https://leetcode.com/problems/kth-smallest-element-in-a-bst/
- https://leetcode.com/problems/time-needed-to-inform-all-employees/
- https://leetcode.com/problems/top-k-frequent-elements/
- https://leetcode.com/problems/kth-largest-element-in-an-array/
- https://leetcode.com/problems/implement-trie-prefix-tree/
- https://leetcode.com/problems/word-search-ii/
- https://leetcode.com/problems/implement-queue-using-stacks/
- https://leetcode.com/problems/valid-parentheses/
- https://leetcode.com/problems/check-if-array-is-sorted-and-rotated/
- https://leetcode.com/problems/daily-temperatures
- https://leetcode.com/problems/largest-rectangle-in-histogram/
- https://leetcode.com/problems/valid-palindrome/
- https://leetcode.com/problems/container-with-most-water/
- https://leetcode.com/problems/unique-paths/
- https://leetcode.com/problems/coin-change/
- https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
- https://leetcode.com/problems/longest-increasing-subsequence
- https://leetcode.com/problems/search-in-rotated-sorted-array/
- https://leetcode.com/problems/capacity-to-ship-packages-within-d-days
- https://leetcode.com/problems/koko-eating-bananas/