# Leetcode

| No.  | Problem Title                                                                                                                                                               | Difficulty | Date       | Attempt |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | ------- |
| 617  | [Merge Two Binary Trees](https://modesty723.gitbook.io/algobase/leetcode/617.-merge-two-binary-trees)                                                                       | Easy       | 2020-09-15 | 3       |
| 461  | [Hamming Distance](https://modesty723.gitbook.io/algobase/leetcode/461.-hamming-distance)                                                                                   | Easy       | 2020-09-16 | 3       |
| 344  | [Reverse String](https://modesty723.gitbook.io/algobase/leetcode/344.-reverse-string)                                                                                       | Easy       | 2020-09-16 | 3       |
| 104  | [Maximum Depth of Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/104.-maximum-depth-of-binary-tree)                                                           | Easy       | 2020-09-16 | 3       |
| 136  | [Single Number](https://modesty723.gitbook.io/algobase/leetcode/136.-single-number)                                                                                         | Easy       | 2020-09-16 | 3       |
| 226  | [Invert Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/226.-invert-binary-tree)                                                                               | Easy       | 2020-09-16 | 3       |
| 237  | [Delete Node in a Linked List](https://modesty723.gitbook.io/algobase/leetcode/237.-delete-node-in-a-linked-list)                                                           | Easy       | 2020-09-16 | 3       |
| 412  | [Fizz Buzz](https://modesty723.gitbook.io/algobase/leetcode/412.-fizz-buzz)                                                                                                 | Easy       | 2020-09-16 | 3       |
| 206  | [Reverse Linked List](https://modesty723.gitbook.io/algobase/leetcode/206.-reverse-linked-list)                                                                             | Easy       | 2020-09-16 | 3       |
| 169  | [Majority Element](https://modesty723.gitbook.io/algobase/leetcode/169.-majority-element)                                                                                   | Easy       | 2020-09-16 | 3       |
| 108  | [Convert Sorted Array to Binary Search Tree](https://modesty723.gitbook.io/algobase/leetcode/108.-convert-sorted-array-to-binary-search-tree)                               | Easy       | 2020-09-17 | 3       |
| 283  | [Move Zeroes](https://modesty723.gitbook.io/algobase/leetcode/283.-move-zeroes)                                                                                             | Easy       | 2020-09-17 | 3       |
| 122  | [Best Time to Buy and Sell Stock II](https://modesty723.gitbook.io/algobase/leetcode/122.-best-time-to-buy-and-sell-stock-ii)                                               | Easy       | 2020-09-17 | 3       |
| 242  | [Valid Anagram](https://modesty723.gitbook.io/algobase/leetcode/242.-valid-anagram)                                                                                         | Easy       | 2020-09-17 | 3       |
| 171  | [Excel Sheet Column Number](https://modesty723.gitbook.io/algobase/leetcode/171.-excel-sheet-column-number)                                                                 | Easy       | 2020-09-17 | 3       |
| 217  | [Contains Duplicate](https://modesty723.gitbook.io/algobase/leetcode/217.-contains-duplicate)                                                                               | Easy       | 2020-09-17 | 3       |
| 448  | [Find All Numbers Disappeared in an Array](https://modesty723.gitbook.io/algobase/leetcode/448.-find-all-numbers-disappeared-in-an-array)                                   | Easy       | 2020-09-17 | 3       |
| 13   | [Roman to Integer](https://modesty723.gitbook.io/algobase/leetcode/13.-roman-to-integer)                                                                                    | Easy       | 2020-09-17 | 3       |
| 21   | [Merge Two Sorted Lists](https://modesty723.gitbook.io/algobase/leetcode/21.-merge-two-sorted-lists)                                                                        | Easy       | 2020-09-17 | 3       |
| 100  | [Same Tree](https://modesty723.gitbook.io/algobase/leetcode/100.-same-tree)                                                                                                 | Easy       | 2020-09-17 | 3       |
| 121  | [Best Time to Buy and Sell Stock](https://modesty723.gitbook.io/algobase/leetcode/121.-best-time-to-buy-and-sell-stock)                                                     | Easy       | 2020-09-18 | 3       |
| 350  | [Intersection of Two Arrays II](https://modesty723.gitbook.io/algobase/leetcode/350.-intersection-of-two-arrays-ii)                                                         | Easy       | 2020-09-18 | 3       |
| 268  | [Missing Number](https://modesty723.gitbook.io/algobase/leetcode/268.-missing-number)                                                                                       | Easy       | 2020-09-18 | 3       |
| 118  | [Pascal's Triangle](https://modesty723.gitbook.io/algobase/leetcode/118.-pascals-triangle)                                                                                  | Easy       | 2020-09-18 | 3       |
| 387  | [First Unique Character in a String](https://modesty723.gitbook.io/algobase/leetcode/387.-first-unique-character-in-a-string)                                               | Easy       | 2020-09-18 | 3       |
| 38   | [Count and Say](https://modesty723.gitbook.io/algobase/leetcode/38.-count-and-say)                                                                                          | Easy       | 2020-09-19 | 3       |
| 26   | [Remove Duplicates from Sorted Array](https://modesty723.gitbook.io/algobase/leetcode/26.-remove-duplicates-from-sorted-array)                                              | Easy       | 2020-09-19 | 3       |
| 1    | [Two Sum](https://modesty723.gitbook.io/algobase/leetcode/1.-two-sum)                                                                                                       | Easy       | 2020-09-19 | 3       |
| 53   | [Maximum Subarray](https://modesty723.gitbook.io/algobase/leetcode/53.-maximum-subarray)                                                                                    | Easy       | 2020-09-19 | 3       |
| 101  | [Symmetric Tree](https://modesty723.gitbook.io/algobase/leetcode/101.-symmetric-tree)                                                                                       | Easy       | 2020-09-19 | 3       |
| 70   | [Climbing Stairs](https://modesty723.gitbook.io/algobase/leetcode/70.-climbing-stairs)                                                                                      | Easy       | 2020-09-19 | 3       |
| 543  | [Diameter of Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/543.-diameter-of-binary-tree)                                                                     | Easy       | 2020-09-19 | 3       |
| 9    | [Palindrome Number](https://modesty723.gitbook.io/algobase/leetcode/9.-palindrome-number)                                                                                   | Easy       | 2020-09-19 | 3       |
| 191  | [Number of 1 Bits](https://modesty723.gitbook.io/algobase/leetcode/191.-number-of-1-bits)                                                                                   | Easy       | 2020-09-19 | 3       |
| 202  | [Happy Number](https://modesty723.gitbook.io/algobase/leetcode/202.-happy-number)                                                                                           | Easy       | 2020-09-19 | 3       |
| 326  | [Power of Three](https://modesty723.gitbook.io/algobase/leetcode/326.-power-of-three)                                                                                       | Easy       | 2020-09-20 | 3       |
| 198  | [House Robber](https://modesty723.gitbook.io/algobase/leetcode/198.-house-robber)                                                                                           | Easy       | 2020-09-20 | 3       |
| 66   | [Plus One](https://modesty723.gitbook.io/algobase/leetcode/66.-plus-one)                                                                                                    | Easy       | 2020-09-20 | 3       |
| 724  | [Find Pivot Index](https://modesty723.gitbook.io/algobase/leetcode/724.-find-pivot-index)                                                                                   | Easy       | 2020-09-20 | 3       |
| 155  | [Min Stack](https://modesty723.gitbook.io/algobase/leetcode/155.-min-stack)                                                                                                 | Easy       | 2020-09-20 | 3       |
| 14   | [Longest Common Prefix](https://modesty723.gitbook.io/algobase/leetcode/14.-longest-common-prefix)                                                                          | Easy       | 2020-09-21 | 3       |
| 278  | [First Bad Version](https://modesty723.gitbook.io/algobase/leetcode/278.-first-bad-version)                                                                                 | Easy       | 2020-09-21 | 3       |
| 125  | [Valid Palindrome](https://modesty723.gitbook.io/algobase/leetcode/125.-valid-palindrome)                                                                                   | Easy       | 2020-09-21 | 3       |
| 172  | [Factorial Trailing Zeros](https://modesty723.gitbook.io/algobase/leetcode/172.-factorial-trailing-zeros)                                                                   | Easy       | 2020-09-21 | 3       |
| 20   | [Valid Parentheses](https://modesty723.gitbook.io/algobase/leetcode/20.-valid-parentheses)                                                                                  | Easy       | 2020-09-21 | 3       |
| 234  | [Palindrome Linked List](https://modesty723.gitbook.io/algobase/leetcode/234.-palindrome-linked-list)                                                                       | Easy       | 2020-09-21 | 3       |
| 88   | [Merge Sorted Array](https://modesty723.gitbook.io/algobase/leetcode/88.-merge-sorted-array)                                                                                | Easy       | 2020-09-21 | 3       |
| 190  | [Reverse Bits](https://modesty723.gitbook.io/algobase/leetcode/190.-reverse-bits)                                                                                           | Easy       | 2020-09-21 | 3       |
| 160  | [Intersection of Two Linked Lists](https://modesty723.gitbook.io/algobase/leetcode/160.-intersection-of-two-linked-lists)                                                   | Easy       | 2020-09-21 | 3       |
| 141  | [Linked List Cycle](https://modesty723.gitbook.io/algobase/leetcode/141.-linked-list-cycle)                                                                                 | Easy       | 2020-09-21 | 3       |
| 189  | [Rotate Array](https://modesty723.gitbook.io/algobase/leetcode/189.-rotate-array)                                                                                           | Easy       | 2020-09-22 | 3       |
| 28   | [Implement strStr()](https://modesty723.gitbook.io/algobase/leetcode/28.-implement-strstr)                                                                                  | Easy       | 2020-09-22 | 3       |
| 69   | [Sqrt(x)](https://modesty723.gitbook.io/algobase/leetcode/69.-sqrt-x)                                                                                                       | Easy       | 2020-09-22 | 3       |
| 204  | [Count Primes](https://modesty723.gitbook.io/algobase/leetcode/204.-count-primes)                                                                                           | Easy       | 2020-09-22 | 3       |
| 581  | [Shortest Unsorted Continuous Subarray](https://modesty723.gitbook.io/algobase/leetcode/581.-shortest-unsorted-continuous-subarray)                                         | Easy       | 2020-09-22 | 3       |
| 7    | [Reverse Integer](https://modesty723.gitbook.io/algobase/leetcode/7.-reverse-integer)                                                                                       | Easy       | 2020-09-22 | 3       |
| 763  | [Partition Labels](https://modesty723.gitbook.io/algobase/leetcode/763.-partition-labels)                                                                                   | Medium     | 2020-09-24 | 3       |
| 338  | [Counting Bits](https://modesty723.gitbook.io/algobase/leetcode/338.-counting-bits)                                                                                         | Medium     | 2020-09-24 | 3       |
| 406  | [Queue Reconstruction by Height](https://modesty723.gitbook.io/algobase/leetcode/406.-queue-reconstruction-by-height)                                                       | Medium     | 2020-09-24 | 3       |
| 46   | [Permutations](https://modesty723.gitbook.io/algobase/leetcode/46.-permutations)                                                                                            | Medium     | 2020-09-24 | 3       |
| 94   | [Binary Tree Inorder Traversal](https://modesty723.gitbook.io/algobase/leetcode/94.-binary-tree-inorder-traversal)                                                          | Medium     | 2020-09-26 | 3       |
| 739  | [Daily Temperature](https://modesty723.gitbook.io/algobase/leetcode/739.-daily-temperature)                                                                                 | Medium     | 2020-09-26 | 3       |
| 22   | [Generate Parentheses](https://modesty723.gitbook.io/algobase/leetcode/22.-generate-parentheses)                                                                            | Medium     | 2020-09-26 | 3       |
| 78   | [Subsets](https://modesty723.gitbook.io/algobase/leetcode/78.-subsets)                                                                                                      | Medium     | 2020-09-26 | 3       |
| 347  | [Top K Frequent Elements](https://modesty723.gitbook.io/algobase/leetcode/347.-top-k-frequent-elements)                                                                     | Medium     | 2020-09-27 | 3       |
| 647  | [Palindromic Substrings](https://modesty723.gitbook.io/algobase/leetcode/647.-palindromic-substrings)                                                                       | Medium     | 2020-09-27 | 3       |
| 230  | [Kth Smallest Element in a BST](https://modesty723.gitbook.io/algobase/leetcode/230.-kth-smallest-element-in-a-bst)                                                         | Medium     | 2020-09-27 | 3       |
| 238  | [Product of Array Except Self](https://modesty723.gitbook.io/algobase/leetcode/238.-product-of-array-except-self)                                                           | Medium     | 2020-09-27 | 3       |
| 1143 | [Longest Common Subsequence](https://modesty723.gitbook.io/algobase/leetcode/1143.-longest-common-subsequence)                                                              | Medium     | 2020-09-28 | 3       |
| 48   | [Rotate Image](https://modesty723.gitbook.io/algobase/leetcode/48.-rotate-image)                                                                                            | Medium     | 2020-09-28 | 3       |
| 49   | [Group Anagrams](https://modesty723.gitbook.io/algobase/leetcode/49.-group-anagrams)                                                                                        | Medium     | 2020-09-28 | 3       |
| 39   | [Combination Sum](https://modesty723.gitbook.io/algobase/leetcode/39.-combination-sum)                                                                                      | Medium     | 2020-09-28 | 3       |
| 454  | [4Sum II](https://modesty723.gitbook.io/algobase/leetcode/454.-4sum-ii)                                                                                                     | Medium     | 2020-10-01 | 3       |
| 62   | [Unique Paths](https://modesty723.gitbook.io/algobase/leetcode/62.-unique-paths)                                                                                            | Medium     | 2020-10-01 | 3       |
| 378  | [Kth Smallest Element in a Sorted Matrix](https://modesty723.gitbook.io/algobase/leetcode/378.-kth-smallest-element-in-a-sorted-matrix)                                     | Medium     | 2020-10-01 | 3       |
| 64   | [Minimum Path Sum](https://modesty723.gitbook.io/algobase/leetcode/64.-minimum-path-sum)                                                                                    | Medium     | 2020-10-01 | 3       |
| 102  | [Binary Tree Level Order Traversal](https://modesty723.gitbook.io/algobase/leetcode/102.-binary-tree-level-order-traversal)                                                 | Medium     | 2020-10-01 | 3       |
| 289  | [Game of Life](https://modesty723.gitbook.io/algobase/leetcode/289.-game-of-life)                                                                                           | Medium     | 2020-10-01 | 3       |
| 145  | [Binary Tree Postorder Traversal](https://modesty723.gitbook.io/algobase/leetcode/145.-binary-tree-postorder-traversal)                                                     | Medium     | 2020-10-01 | 3       |
| 287  | [Find the Duplicate Number](https://modesty723.gitbook.io/algobase/leetcode/287.-find-the-duplicate-number)                                                                 | Medium     | 2020-10-01 | 3       |
| 215  | [Kth Largest Element in an Array](https://modesty723.gitbook.io/algobase/leetcode/215.-kth-largest-element-in-an-array)                                                     | Medium     | 2020-10-01 | 3       |
| 328  | [Odd Even Linked List](https://modesty723.gitbook.io/algobase/leetcode/328.-odd-even-linked-list)                                                                           | Medium     | 2020-10-01 | 3       |
| 875  | [Koko Eating Bananas](https://modesty723.gitbook.io/algobase/leetcode/875.-koko-eating-bananas)                                                                             | Medium     | 2020-10-02 | 3       |
| 384  | [Shuffle an Array](https://modesty723.gitbook.io/algobase/leetcode/384.-shuffle-an-array)                                                                                   | Medium     | 2020-10-02 | 3       |
| 341  | [Flatten Nested List Iterator](https://modesty723.gitbook.io/algobase/leetcode/341.-flatten-nested-list-iterator)                                                           | Medium     | 2020-10-02 | 3       |
| 96   | [Unique Binary Search Trees](https://modesty723.gitbook.io/algobase/leetcode/96.-unique-binary-search-trees)                                                                | Medium     | 2020-10-02 | 3       |
| 11   | [Container With Most Water](https://modesty723.gitbook.io/algobase/leetcode/11.-container-with-most-water)                                                                  | Medium     | 2020-10-04 | 3       |
| 337  | [House Robber III](https://modesty723.gitbook.io/algobase/leetcode/337.-house-robber-iii)                                                                                   | Medium     | 2020-10-04 | 3       |
| 394  | [Decode String](https://modesty723.gitbook.io/algobase/leetcode/394.-decode-string)                                                                                         | Medium     | 2020-10-04 | 3       |
| 371  | [Sum of Two Integers](https://modesty723.gitbook.io/algobase/leetcode/371.-sum-of-two-integers)                                                                             | Medium     | 2020-10-04 | 3       |
| 621  | [Task Scheduler](https://modesty723.gitbook.io/algobase/leetcode/621.-task-scheduler)                                                                                       | Medium     | 2020-10-05 | 3       |
| 208  | [Implement Trie (Prefix Tree)](https://modesty723.gitbook.io/algobase/leetcode/208.-implement-trie-prefix-tree)                                                             | Medium     | 2020-10-05 | 3       |
| 114  | [Flatten Binary Tree to Linked List](https://modesty723.gitbook.io/algobase/leetcode/114.-flatten-binary-tree-to-linked-list)                                               | Medium     | 2020-10-05 | 3       |
| 105  | [Construct Binary Tree from Preorder and Inorder Traversal](https://modesty723.gitbook.io/algobase/leetcode/105.-construct-binary-tree-from-preorder-and-inorder-traversal) | Medium     | 2020-10-05 | 3       |
| 75   | [Sort Colors](https://modesty723.gitbook.io/algobase/leetcode/75.-sort-colors)                                                                                              | Medium     | 2020-10-06 | 3       |
| 131  | [Palindrome Partitioning](https://modesty723.gitbook.io/algobase/leetcode/131.-palindrome-partitioning)                                                                     | Medium     | 2020-10-06 | 3       |
| 103  | [Binary Tree Zigzag Level Order Traversal](https://modesty723.gitbook.io/algobase/leetcode/103.-binary-tree-zigzag-level-order-traversal)                                   | Medium     | 2020-10-06 | 3       |
| 36   | [Valid Sudoku](https://modesty723.gitbook.io/algobase/leetcode/36.-valid-sudoku)                                                                                            | Medium     | 2020-10-06 | 3       |
| 17   | [Letter Combinations of a Phone Number](https://modesty723.gitbook.io/algobase/leetcode/17.-letter-combinations-of-a-phone-number)                                          | Medium     | 2020-10-07 | 3       |
| 309  | [Best Time to Buy and Sell Stock with Cooldown](https://modesty723.gitbook.io/algobase/leetcode/309.-best-time-to-buy-and-sell-stock-with-cooldown)                         | Medium     | 2020-10-07 | 3       |
| 279  | [Perfect Squares](https://modesty723.gitbook.io/algobase/leetcode/279.-perfect-squares)                                                                                     | Medium     | 2020-10-07 | 3       |
| 380  | [Insert Delete GetRandom O(1)](https://modesty723.gitbook.io/algobase/leetcode/380.-insert-delete-getrandom-o-1)                                                            | Medium     | 2020-10-07 | 3       |
| 116  | [Populating Next Right Pointers in Each Node](https://modesty723.gitbook.io/algobase/leetcode/116.-populating-next-right-pointers-in-each-node)                             | Medium     | 2020-10-12 | 3       |
| 236  | [Lowest Common Ancestor of a Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/236.-lowest-common-ancestor-of-a-binary-tree)                                     | Medium     | 2020-10-12 | 3       |
| 200  | [Number of Islands](https://modesty723.gitbook.io/algobase/leetcode/200.-number-of-islands)                                                                                 | Medium     | 2020-10-12 | 3       |
| 437  | [Path Sum III](https://modesty723.gitbook.io/algobase/leetcode/437.-path-sum-iii)                                                                                           | Medium     | 2020-10-12 | 3       |
| 416  | [Partition Equal Subset Sum](https://modesty723.gitbook.io/algobase/leetcode/416.-partition-equal-subset-sum)                                                               | Medium     | 2020-10-13 | 3       |
| 1049 | [Last Stone Weight II](https://modesty723.gitbook.io/algobase/leetcode/1049.-last-stone-weight-ii)                                                                          | Medium     | 2020-10-13 | 3       |
| 494  | [Target Sum](https://modesty723.gitbook.io/algobase/leetcode/494.-target-sum)                                                                                               | Medium     | 2020-10-13 | 3       |
| 16   | [3Sum Closest](https://modesty723.gitbook.io/algobase/leetcode/16.-3sum-closest)                                                                                            | Medium     | 2020-10-13 | 3       |
| 148  | [Sort List](https://modesty723.gitbook.io/algobase/leetcode/148.-sort-list)                                                                                                 | Medium     | 2020-10-14 | 3       |
| 207  | [Course Schedule](https://modesty723.gitbook.io/algobase/leetcode/207.-course-schedule)                                                                                     | Medium     | 2020-10-14 | 3       |
| 560  | [Subarray Sum Equals K](https://modesty723.gitbook.io/algobase/leetcode/560.-subarray-sum-equals-k)                                                                         | Medium     | 2020-10-14 | 3       |
| 438  | [Find All Anagrams in a String](https://modesty723.gitbook.io/algobase/leetcode/438.-find-all-anagrams-in-a-string)                                                         | Medium     | 2020-10-14 | 3       |
| 300  | [Longest Increasing Subsequence](https://modesty723.gitbook.io/algobase/leetcode/300.-longest-increasing-subsequence)                                                       | Medium     | 2020-10-15 | 3       |
| 240  | [Search a 2D Matrix II](https://modesty723.gitbook.io/algobase/leetcode/240.-search-a-2d-matrix-ii)                                                                         | Medium     | 2020-10-15 | 3       |
| 162  | [Find Peak Element](https://modesty723.gitbook.io/algobase/leetcode/162.-find-peak-element)                                                                                 | Medium     | 2020-10-15 | 3       |
| 73   | [Set Matrix Zeroes](https://modesty723.gitbook.io/algobase/leetcode/73.-set-matrix-zeroes)                                                                                  | Medium     | 2020-10-15 | 3       |
| 134  | [Gas Station](https://modesty723.gitbook.io/algobase/leetcode/134.-gas-station)                                                                                             | Medium     | 2020-10-18 | 3       |
| 139  | [Word Break](https://modesty723.gitbook.io/algobase/leetcode/139.-word-break)                                                                                               | Medium     | 2020-10-18 | 3       |
| 210  | [Course Schedule II](https://modesty723.gitbook.io/algobase/leetcode/210.-course-schedule-ii)                                                                               | Medium     | 2020-10-18 | 3       |
| 395  | [Longest Substring with At Least K Repeating Characters](https://modesty723.gitbook.io/algobase/leetcode/395.-longest-substring-with-at-least-k-repeating-characters)       | Medium     | 2020-10-18 | 3       |
| 787  | [Cheapest Flights Within K Stops](https://modesty723.gitbook.io/algobase/leetcode/787.-cheapest-flights-within-k-stops)                                                     | Medium     | 2020-10-19 | 3       |
| 56   | [Merge Intervals](https://modesty723.gitbook.io/algobase/leetcode/56.-merge-intervals)                                                                                      | Medium     | 2020-10-19 | 3       |
| 334  | [Increasing Triplet Subsequence](https://modesty723.gitbook.io/algobase/leetcode/334.-increasing-triplet-subsequence)                                                       | Medium     | 2020-10-19 | 3       |
| 713  | [Subarray Product Less Than K](https://modesty723.gitbook.io/algobase/leetcode/713.-subarray-product-less-than-k)                                                           | Medium     | 2020-10-19 | 3       |
| 142  | [Linked List Cycle II](https://modesty723.gitbook.io/algobase/leetcode/142.-linked-list-cycle-ii)                                                                           | Medium     | 2020-10-20 | 3       |
| 221  | [Maximal Square](https://modesty723.gitbook.io/algobase/leetcode/221.-maximal-square)                                                                                       | Medium     | 2020-10-20 | 3       |
| 138  | [Copy List with Random Pointer](https://modesty723.gitbook.io/algobase/leetcode/138.-copy-list-with-random-pointer)                                                         | Medium     | 2020-10-20 | 3       |
| 227  | [Basic Calculator II](https://modesty723.gitbook.io/algobase/leetcode/227.-basic-calculator-ii)                                                                             | Medium     | 2020-10-20 | 3       |
| 6    | [ZigZag Conversion](https://modesty723.gitbook.io/algobase/leetcode/6.-zigzag-conversion)                                                                                   | Medium     | 2020-10-21 | 3       |
| 150  | [Evaluate Reverse Polish Notation](https://modesty723.gitbook.io/algobase/leetcode/150.-evaluate-reverse-polish-notation)                                                   | Medium     | 2020-10-21 | 3       |
| 34   | [Find First and Last Position of Element in Sorted Array](https://modesty723.gitbook.io/algobase/leetcode/34.-find-first-and-last-position-of-element-in-sorted-array)      | Medium     | 2020-10-21 | 3       |
| 322  | [Coin Change](https://modesty723.gitbook.io/algobase/leetcode/322.-coin-change)                                                                                             | Medium     | 2020-10-21 | 3       |
| 79   | [Word Search](https://modesty723.gitbook.io/algobase/leetcode/189.-rotate-array-1)                                                                                          | Medium     | 2020-10-22 | 3       |
| 19   | [Remove Nth Node From End of List](https://modesty723.gitbook.io/algobase/leetcode/19.remove-nth-node-from-end-of-list)                                                     | Medium     | 2020-10-22 | 3       |
| 33   | [Search in Rotated Sorted Array](https://modesty723.gitbook.io/algobase/leetcode/33.-search-in-rotated-sorted-array)                                                        | Medium     | 2020-10-22 | 3       |
| 63   | [Unique Paths II](https://modesty723.gitbook.io/algobase/leetcode/63.-unique-paths-ii)                                                                                      | Medium     | 2020-10-22 | 3       |
| 146  | [LRU Cache](https://modesty723.gitbook.io/algobase/leetcode/146.-lru-cache)                                                                                                 | Medium     | 2020-10-25 | 3       |
| 2    | [Add Two Numbers](https://modesty723.gitbook.io/algobase/leetcode/2.-add-two-numbers)                                                                                       | Medium     | 2020-10-25 | 3       |
| 54   | [Spiral Matrix](https://modesty723.gitbook.io/algobase/leetcode/54.-spiral-matrix)                                                                                          | Medium     | 2020-10-25 | 3       |
| 55   | [Jump Game](https://modesty723.gitbook.io/algobase/leetcode/55.-jump-game)                                                                                                  | Medium     | 2020-10-25 | 3       |
| 50   | [Pow(x, n)](https://modesty723.gitbook.io/algobase/leetcode/50.-pow-x-n)                                                                                                    | Medium     | 2020-10-27 | 3       |
| 3    | [Longest Substring Without Repeating Characters](https://modesty723.gitbook.io/algobase/leetcode/untitled-1)                                                                | Medium     | 2020-10-27 | 3       |
| 152  | [Maximum Product Subarray](https://modesty723.gitbook.io/algobase/leetcode/untitled)                                                                                        | Medium     | 2020-10-27 | 3       |
| 5    | [Longest Palindromic Substring](https://modesty723.gitbook.io/algobase/leetcode/5.-longest-palindromic-substring)                                                           | Medium     | 2020-10-28 | 3       |
| 179  | [Largest Number](https://modesty723.gitbook.io/algobase/leetcode/179.-largest-number)                                                                                       | Medium     | 2020-10-28 | 3       |
| 324  | [Wiggle Sort II](https://modesty723.gitbook.io/algobase/leetcode/324.-wiggle-sort-ii)                                                                                       | Medium     | 2020-10-28 | 3       |
| 127  | [Word Ladder](https://modesty723.gitbook.io/algobase/leetcode/127.-word-ladder)                                                                                             | Medium     | 2020-10-28 | 3       |
| 91   | [Decode Ways](https://modesty723.gitbook.io/algobase/leetcode/91.-decode-ways)                                                                                              | Medium     | 2020-10-29 | 3       |
| 15   | [3Sum](https://modesty723.gitbook.io/algobase/leetcode/15.-3sum)                                                                                                            | Medium     | 2020-10-29 | 3       |
| 98   | [Validate Binary Search Tree](https://modesty723.gitbook.io/algobase/leetcode/98.-validate-binary-search-tree)                                                              | Medium     | 2020-10-29 | 3       |
| 130  | [Surrounded Regions](https://modesty723.gitbook.io/algobase/leetcode/130.-surrounded-regions)                                                                               | Medium     | 2020-10-29 | 3       |
| 8    | [String to Integer (atoi)](https://modesty723.gitbook.io/algobase/leetcode/8.-string-to-integer-atoi)                                                                       | Medium     | 2020-11-02 | 3       |
| 29   | [Divide Two Integers](https://modesty723.gitbook.io/algobase/leetcode/29.-divide-two-integers)                                                                              | Medium     | 2020-11-02 | 3       |
| 72   | [Edit Distance](https://modesty723.gitbook.io/algobase/leetcode/72.-edit-distance)                                                                                          | Hard       | 2020-11-04 | 3       |
| 295  | [Find Median from Data Stream](https://modesty723.gitbook.io/algobase/leetcode/295.-find-median-from-data-stream)                                                           | Hard       | 2020-11-04 | 3       |
| 123  | [Best Time to Buy and Sell Stock III](https://modesty723.gitbook.io/algobase/leetcode/123.-best-time-to-buy-and-sell-stock-iii)                                             | Hard       | 2020-11-09 | 3       |
| 829  | [Consecutive Numbers Sum](https://modesty723.gitbook.io/algobase/leetcode/829.-consecutive-numbers-sum)                                                                     | Hard       | 2020-11-10 | 3       |
| 31   | [Next Permutation](https://modesty723.gitbook.io/algobase/leetcode/31.-next-permutation)                                                                                    | Medium     | 2020-11-16 | 1       |
| 173  | [Binary Search Tree Iterator](https://modesty723.gitbook.io/algobase/leetcode/173.-binary-search-tree-iterator)                                                             | Medium     | 2020-11-17 | 1       |
| 92   | [Reverse Linked List II](https://modesty723.gitbook.io/algobase/leetcode/reverse-linked-list-ii)                                                                            | Medium     | 2020-11-20 | 1       |
| 95   | [Unique Binary Search Trees II](https://modesty723.gitbook.io/algobase/leetcode/95.-unique-binary-search-trees-ii)                                                          | Medium     | 2020-11-23 | 1       |
| 24   | [Swap Nodes in Pairs](https://modesty723.gitbook.io/algobase/leetcode/24.-swap-nodes-in-pairs)                                                                              | Medium     | 2020-11-24 | 1       |
| 209  | [Minimum Size Subarray Sum](https://modesty723.gitbook.io/algobase/leetcode/209.-minimum-size-subarray-sum)                                                                 | Medium     | 2020-11-25 | 1       |
| 199  | [Binary Tree Right Side View](https://modesty723.gitbook.io/algobase/leetcode/199.-binary-tree-right-side-view)                                                             | Medium     | 2020-11-26 | 1       |
| 120  | [Triangle](https://modesty723.gitbook.io/algobase/leetcode/120.-triangle)                                                                                                   | Medium     | 2020-11-28 | 1       |
| 188  | [Best Time to Buy and Sell Stock IV](https://modesty723.gitbook.io/algobase/leetcode/188.-best-time-to-buy-and-sell-stock-iv)                                               | Hard       | 2020-11-30 | 1       |
| 442  | [Find All Duplicates in an Array](https://modesty723.gitbook.io/algobase/leetcode/442.-find-all-duplicates-in-an-array)                                                     | Medium     | 2020-12-01 | 1       |
| 222  | [Count Complete Tree Nodes](https://modesty723.gitbook.io/algobase/leetcode/222.-count-complete-tree-nodes)                                                                 | Medium     | 2020-12-02 | 1       |
| 47   | [Permutations II](https://modesty723.gitbook.io/algobase/leetcode/47.-permutations-ii)                                                                                      | Medium     | 2020-12-02 | 1       |
| 109  | [Convert Sorted List to Binary Search Tree](https://modesty723.gitbook.io/algobase/leetcode/109.-convert-sorted-list-to-binary-search-tree)                                 | Medium     | 2020-12-05 | 1       |
| 18   | [4Sum](https://modesty723.gitbook.io/algobase/leetcode/18.-4sum)                                                                                                            | Medium     | 2020-12-06 | 1       |
| 153  | [Find Minimum in Rotated Sorted Array](https://modesty723.gitbook.io/algobase/leetcode/153.-find-minimum-in-rotated-sorted-array)                                           | Medium     | 2020-12-07 | 1       |
| 695  | [Max Area of Island](https://modesty723.gitbook.io/algobase/leetcode/695.-max-area-of-island)                                                                               | Medium     | 2020-12-10 | 1       |
| 654  | [Maximum Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/654.-maximum-binary-tree)                                                                             | Medium     | 2020-12-14 | 1       |
| 547  | [Friend Circles](https://modesty723.gitbook.io/algobase/leetcode/547.-friend-circles)                                                                                       | Medium     | 2020-12-15 | 1       |
| 43   | [Multiply Strings](https://modesty723.gitbook.io/algobase/leetcode/43.-multiply-strings)                                                                                    | Medium     | 2020-12-16 | 1       |
| 310  | [Minimum Height Trees](https://modesty723.gitbook.io/algobase/leetcode/310.-minimum-height-trees)                                                                           | Medium     | 2020-12-17 | 1       |
| 516  | [Longest Palindromic Subsequence](https://modesty723.gitbook.io/algobase/leetcode/516.-longest-palindromic-subsequence)                                                     | Medium     | 2020-12-19 | 1       |
| 241  | [Different Ways to Add Parentheses](https://modesty723.gitbook.io/algobase/leetcode/241.-different-ways-to-add-parentheses)                                                 | Medium     | 2020-12-20 | 1       |
| 863  | [All Nodes Distance K in Binary Tree](https://modesty723.gitbook.io/algobase/leetcode/863.-all-nodes-distance-k-in-binary-tree)                                             | Medium     | 2020-12-22 | 1       |
| 143  | [Reorder List](https://modesty723.gitbook.io/algobase/leetcode/143.-reorder-list)                                                                                           | Medium     | 2020-12-23 | 1       |
| 402  | [Remove K Digits](https://modesty723.gitbook.io/algobase/leetcode/402.-remove-k-digits)                                                                                     | Medium     | 2020-12-28 | 1       |
| 450  | [Delete Node in a BST](https://modesty723.gitbook.io/algobase/leetcode/450.-delete-node-in-a-bst)                                                                           | Medium     | 2021-01-01 | 1       |
