Book of LeetCode
https://codeshare.io/
https://medium.com/leetcode-patterns
Engineering Journey
My goal is to write “5 minutes study” essays for you. It’s constantly updated and I try to go back and update whenever I can, especially if there is a request to do so.
LeetCode Pages
- 283
- 657
- 709
- 771
- 804
- 905
- 961
- 977
- 1108
- 1119
- 1221
- 1281
- 1299
- 1313
- 1342
- 1365
- 1431
- 1480
Originally published at: Book of LeetCode
LeetCode Problems
- Two Sum https://leetcode.com/problems/two-sum/
- Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/
- Longest Palindromic Substring https://leetcode.com/problems/longest-palindromic-substring/
- Container With Most Water https://leetcode.com/problems/container-with-most-water/
- 3Sum https://leetcode.com/problems/3sum/
- Remove Nth Node From End of List https://leetcode.com/problems/remove-nth-node-from-end-of-list/
- Valid Parentheses https://leetcode.com/problems/valid-parentheses/
- Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/
- Merge k Sorted Lists https://leetcode.com/problems/merge-k-sorted-lists/
- Search in Rotated Sorted Array https://leetcode.com/problems/search-in-rotated-sorted-array/
- Combination Sum https://leetcode.com/problems/combination-sum/
- Rotate Image https://leetcode.com/problems/rotate-image/
- Group Anagrams https://leetcode.com/problems/group-anagrams/
- Maximum Subarray https://leetcode.com/problems/maximum-subarray/
- Spiral Matrix https://leetcode.com/problems/spiral-matrix/
- Jump Game https://leetcode.com/problems/jump-game/
- Merge Intervals https://leetcode.com/problems/merge-intervals/
- Insert Interval https://leetcode.com/problems/insert-interval/
- Unique Paths https://leetcode.com/problems/unique-paths/
- Climbing Stairs https://leetcode.com/problems/climbing-stairs/
- Set Matrix Zeroes https://leetcode.com/problems/set-matrix-zeroes/
- Minimum Window Substring https://leetcode.com/problems/minimum-window-substring/
- Word Search https://leetcode.com/problems/word-search/
- Decode Ways https://leetcode.com/problems/decode-ways/
- Validate Binary Search Tree https://leetcode.com/problems/validate-binary-search-tree/
- Same Tree https://leetcode.com/problems/same-tree/
- Binary Tree Level Order Traversal https://leetcode.com/problems/binary-tree-level-order-traversal/
- Maximum Depth of Binary Tree https://leetcode.com/problems/maximum-depth-of-binary-tree/
- Construct Binary Tree from Preorder and Inorder Traversal https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
- Best Time to Buy and Sell Stock https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
- Binary Tree Maximum Path Sum https://leetcode.com/problems/binary-tree-maximum-path-sum/
- Valid Palindrome https://leetcode.com/problems/valid-palindrome/
- Longest Consecutive Sequence https://leetcode.com/problems/longest-consecutive-sequence/
- Clone Graph https://leetcode.com/problems/clone-graph/
- Word Break https://leetcode.com/problems/word-break/
- Linked List Cycle https://leetcode.com/problems/linked-list-cycle/
- Reorder List https://leetcode.com/problems/reorder-list/
- Maximum Product Subarray https://leetcode.com/problems/maximum-product-subarray/
- Find Minimum in Rotated Sorted Array https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
- Reverse Bits https://leetcode.com/problems/reverse-bits/
- Number of 1 Bits https://leetcode.com/problems/number-of-1-bits/
- House Robber https://leetcode.com/problems/house-robber/
- Number of Islands https://leetcode.com/problems/number-of-islands/
- Reverse Linked List https://leetcode.com/problems/reverse-linked-list/
- Course Schedule https://leetcode.com/problems/course-schedule/
- Implement Trie (Prefix Tree) https://leetcode.com/problems/implement-trie-prefix-tree/
- Design Add and Search Words Data Structure https://leetcode.com/problems/design-add-and-search-words-data-structure/
- Word Search II https://leetcode.com/problems/word-search-ii/
- House Robber II https://leetcode.com/problems/house-robber-ii/
- Contains Duplicate https://leetcode.com/problems/contains-duplicate/
- Invert Binary Tree https://leetcode.com/problems/invert-binary-tree/
- Kth Smallest Element in a BST https://leetcode.com/problems/kth-smallest-element-in-a-bst/
- Lowest Common Ancestor of a Binary Search Tree https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
- Lowest Common Ancestor of a Binary Tree https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
- Product of Array Except Self https://leetcode.com/problems/product-of-array-except-self/
- Valid Anagram https://leetcode.com/problems/valid-anagram/
- Meeting Rooms https://leetcode.com/problems/meeting-rooms/
- Meeting Rooms II https://leetcode.com/problems/meeting-rooms-ii/
- Graph Valid Tree https://leetcode.com/problems/graph-valid-tree/
- Missing Number https://leetcode.com/problems/missing-number/
- Alien Dictionary https://leetcode.com/problems/alien-dictionary/
- Encode and Decode Strings https://leetcode.com/problems/encode-and-decode-strings/
- Find Median from Data Stream https://leetcode.com/problems/find-median-from-data-stream/
- Longest Increasing Subsequence https://leetcode.com/problems/longest-increasing-subsequence/
- Coin Change https://leetcode.com/problems/coin-change/
- Number of Connected Components in an Undirected Graph https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/
- Counting Bits https://leetcode.com/problems/counting-bits/
- Top K Frequent Elements https://leetcode.com/problems/top-k-frequent-elements/
- Sum of Two Integers https://leetcode.com/problems/sum-of-two-integers/
- Pacific Atlantic Water Flow https://leetcode.com/problems/pacific-atlantic-water-flow/
- Longest Repeating Character Replacement https://leetcode.com/problems/longest-repeating-character-replacement/
- Non-overlapping Intervals https://leetcode.com/problems/non-overlapping-intervals/
- Serialize and Deserialize BST https://leetcode.com/problems/serialize-and-deserialize-bst/
- Subtree of Another Tree https://leetcode.com/problems/subtree-of-another-tree/
- Palindromic Substrings https://leetcode.com/problems/palindromic-substrings/
- Longest Common Subsequence https://leetcode.com/problems/longest-common-subsequence/
leetcode
]