@@ -95,15 +95,17 @@ leetcode 题解,记录自己的 leetcode 解题之路。
9595- [ 0020.Valid Parentheses] ( ./problems/20.validParentheses.md )
9696- [ 0026.remove-duplicates-from-sorted-array] ( ./problems/26.remove-duplicates-from-sorted-array.md )
9797- [ 0088.merge-sorted-array] ( ./problems/88.merge-sorted-array.md )
98+ - [ 0104.maximum-depth-of-binary-tree] ( ./problems/104.maximum-depth-of-binary-tree.md ) 🆕
9899- [ 0121.best-time-to-buy-and-sell-stock] ( ./problems/121.best-time-to-buy-and-sell-stock.md )
99100- [ 0122.best-time-to-buy-and-sell-stock-ii] ( ./problems/122.best-time-to-buy-and-sell-stock-ii.md )
100101- [ 0136.single-number] ( ./problems/136.single-number.md )
102+ - [ 0155.min-stack] ( ./problems/155.min-stack.md ) 🆕
101103- [ 0167.two-sum-ii-input-array-is-sorted] ( ./problems/167.two-sum-ii-input-array-is-sorted.md )
102104- [ 0172.factorial-trailing-zeroes] ( ./problems/172.factorial-trailing-zeroes.md ) 🆕
103105- [ 0169.majority-element] ( ./problems/169.majority-element.md )
104106- [ 0190.reverse-bits] ( ./problems/190.reverse-bits.md )
105107- [ 0191.number-of-1-bits] ( ./problems/191.number-of-1-bits.md )
106- - [ 0198.house-robber] ( ./problems/198.house-robber.md ) 🆕
108+ - [ 0198.house-robber] ( ./problems/198.house-robber.md )
107109- [ 0203.remove-linked-list-elements] ( ./problems/203.remove-linked-list-elements.md )
108110- [ 0206.reverse-linked-list] ( ./problems/206.reverse-linked-list.md )
109111- [ 0219.contains-duplicate-ii] ( ./problems/219.contains-duplicate-ii.md )
@@ -112,7 +114,8 @@ leetcode 题解,记录自己的 leetcode 解题之路。
112114- [ 0283.move-zeroes] ( ./problems/283.move-zeroes.md )
113115- [ 0342.power-of-four] ( ./problems/342.power-of-four.md ) 🆕
114116- [ 0349.intersection-of-two-arrays] ( ./problems/349.intersection-of-two-arrays.md )
115- - [ 0575.distribute-candies] ( ./problems/575.distribute-candies.md ) 🆕
117+ - [ 0371.sum-of-two-integers] ( ./problems/371.sum-of-two-integers.md ) 🆕
118+ - [ 0575.distribute-candies] ( ./problems/575.distribute-candies.md )
116119
117120
118121#### 中等难度
@@ -127,25 +130,27 @@ leetcode 题解,记录自己的 leetcode 解题之路。
127130- [ 0040.combination-sum-ii] ( ./problems/40.combination-sum-ii.md )
128131- [ 0046.permutations] ( ./problems/46.permutations.md )
129132- [ 0047.permutations-ii] ( ./problems/47.permutations-ii.md )
130- - [ 0055.jump-game] ( ./problems/55.jump-game.md ) 🆕
131- - [ 0062.unique-paths] ( ./problems/62.unique-paths.md ) 🆕
133+ - [ 0055.jump-game] ( ./problems/55.jump-game.md )
134+ - [ 0062.unique-paths] ( ./problems/62.unique-paths.md )
135+ - [ 0073.set-matrix-zeroes] ( ./problems/73.set-matrix-zeroes.md ) 🆕
132136- [ 0075.sort-colors] ( ./problems/75.sort-colors.md )
133137- [ 0078.subsets] ( ./problems/78.subsets.md )
134138- [ 0086.partition-list] ( ./problems/86.partition-list.md )
135139- [ 0090.subsets-ii] ( ./problems/90.subsets-ii.md )
136- - [ 0091.decode-ways] ( ./problems/91.decode-ways.md ) 🆕
140+ - [ 0091.decode-ways] ( ./problems/91.decode-ways.md )
137141- [ 0092.reverse-linked-list-ii] ( ./problems/92.reverse-linked-list-ii.md )
138142- [ 0094.binary-tree-inorder-traversal] ( ./problems/94.binary-tree-inorder-traversal.md )
139143- [ 0102.binary-tree-level-order-traversal] ( ./problems/102.binary-tree-level-order-traversal.md )
140144- [ 0103.binary-tree-zigzag-level-order-traversal] ( ./problems/103.binary-tree-zigzag-level-order-traversal.md )
141145- [ 0139.word-break] ( ./problems/139.word-breakmd )
142146- [ 0144.binary-tree-preorder-traversal] ( ./problems/144.binary-tree-preorder-traversal.md )
143- - [ 0150.evaluate-reverse-polish-notation] ( ./problems/150.evaluate-reverse-polish-notation.md ) 🖊
147+ - [ 0150.evaluate-reverse-polish-notation] ( ./problems/150.evaluate-reverse-polish-notation.md )
144148- [ 0152.maximum-product-subarray] ( ./problems/152.maximum-product-subarray.md ) 🆕
145149- [ 0199.binary-tree-right-side-view] ( ./problems/199.binary-tree-right-side-view.md )
146150- [ 0201.bitwise-and-of-numbers-range] ( ./problems/201.bitwise-and-of-numbers-range.md )
147151- [ 0208.implement-trie-prefix-tree] ( ./problems/208.implement-trie-prefix-tree.md )
148- - [ 0209.minimum-size-subarray-sum] ( ./problems/209.minimum-size-subarray-sum.md ) 🖊
152+ - [ 0209.minimum-size-subarray-sum] ( ./problems/209.minimum-size-subarray-sum.md )
153+ - [ 0230.kth-smallest-element-in-a-bst] ( ./problems/230.kth-smallest-element-in-a-bst.md ) 🆕
149154- [ 0236.lowest-common-ancestor-of-a-binary-tree] ( ./problems/236.lowest-common-ancestor-of-a-binary-tree.md ) 🆕
150155- [ 0238.product-of-array-except-self] ( ./problems/238.product-of-array-except-self.md ) 🆕
151156- [ 0240.search-a-2-d-matrix-ii] ( ./problems/240.search-a-2-d-matrix-ii.md )
0 commit comments