@@ -158,75 +158,77 @@ leetcode 题解,记录自己的 leetcode 解题之路。
158158
159159- [ 0002. Add Two Numbers] ( ./problems/2.addTwoNumbers.md )
160160- [ 0003. Longest Substring Without Repeating Characters] ( ./problems/3.longestSubstringWithoutRepeatingCharacters.md )
161- - [ 0005.longest-palindromic-substring] ( ./problems/5.longest-palindromic-substring.md ) 🆕
161+ - [ 0005.longest-palindromic-substring] ( ./problems/5.longest-palindromic-substring.md )
162162- [ 0011.container-with-most-water] ( ./problems/11.container-with-most-water.md )
163163- [ 0015.3-sum] ( ./problems/15.3-sum.md )
164164- [ 0019. Remove Nth Node From End of List] ( ./problems/19.removeNthNodeFromEndofList.md )
165165- [ 0024. Swap Nodes In Pairs] ( ./problems/24.swapNodesInPairs.md )
166- - [ 0029.divide-two-integers] ( ./problems/29.divide-two-integers.md ) 🆕
167- - [ 0031.next-permutation] ( ./problems/31.next-permutation.md ) 🆕
168- - [ 0033.search-in-rotated-sorted-array] ( ./problems/33.search-in-rotated-sorted-array.md ) 🆕
166+ - [ 0029.divide-two-integers] ( ./problems/29.divide-two-integers.md )
167+ - [ 0031.next-permutation] ( ./problems/31.next-permutation.md )
168+ - [ 0033.search-in-rotated-sorted-array] ( ./problems/33.search-in-rotated-sorted-array.md )
169169- [ 0039.combination-sum] ( ./problems/39.combination-sum.md )
170170- [ 0040.combination-sum-ii] ( ./problems/40.combination-sum-ii.md )
171171- [ 0046.permutations] ( ./problems/46.permutations.md )
172172- [ 0047.permutations-ii] ( ./problems/47.permutations-ii.md )
173173- [ 0048.rotate-image] ( ./problems/48.rotate-image.md )
174- - [ 0049.group-anagrams] ( ./problems/49.group-anagrams.md )
174+ - [ 0049.group-anagrams] ( ./problems/49.group-anagrams.md )
175175- [ 0055.jump-game] ( ./problems/55.jump-game.md )
176176- [ 0056.merge-intervals] ( ./problems/56.merge-intervals.md )
177177- [ 0062.unique-paths] ( ./problems/62.unique-paths.md )
178178- [ 0073.set-matrix-zeroes] ( ./problems/73.set-matrix-zeroes.md )
179179- [ 0075.sort-colors] ( ./problems/75.sort-colors.md )
180180- [ 0078.subsets] ( ./problems/78.subsets.md )
181- - [ 0079.word-search] ( ./problems/79.word-search.md )
181+ - [ 0079.word-search] ( ./problems/79.word-search-en .md )
182182- [ 0086.partition-list] ( ./problems/86.partition-list.md )
183183- [ 0090.subsets-ii] ( ./problems/90.subsets-ii.md )
184184- [ 0091.decode-ways] ( ./problems/91.decode-ways.md )
185185- [ 0092.reverse-linked-list-ii] ( ./problems/92.reverse-linked-list-ii.md )
186186- [ 0094.binary-tree-inorder-traversal] ( ./problems/94.binary-tree-inorder-traversal.md )
187- - [ 0098.validate-binary-search-tree] ( ./problems/98.validate-binary-search-tree.md ) 🆕
187+ - [ 0098.validate-binary-search-tree] ( ./problems/98.validate-binary-search-tree.md )
188188- [ 0102.binary-tree-level-order-traversal] ( ./problems/102.binary-tree-level-order-traversal.md )
189189- [ 0103.binary-tree-zigzag-level-order-traversal] ( ./problems/103.binary-tree-zigzag-level-order-traversal.md )
190190- [ 0113.path-sum-ii] ( ./problems/113.path-sum-ii.md )
191- - [ 0129.sum-root-to-leaf-numbers] ( ./problems/129.sum-root-to-leaf-numbers.md ) 🆕
192- - [ 0130.surrounded-regions] ( ./problems/130.surrounded-regions.md ) 🆕
191+ - [ 0129.sum-root-to-leaf-numbers] ( ./problems/129.sum-root-to-leaf-numbers.md )
192+ - [ 0130.surrounded-regions] ( ./problems/130.surrounded-regions.md )
193193- [ 0131.palindrome-partitioning] ( ./problems/131.palindrome-partitioning.md )
194194- [ 0139.word-break] ( ./problems/139.word-break.md )
195195- [ 0144.binary-tree-preorder-traversal] ( ./problems/144.binary-tree-preorder-traversal.md )
196196- [ 0150.evaluate-reverse-polish-notation] ( ./problems/150.evaluate-reverse-polish-notation.md )
197197- [ 0152.maximum-product-subarray] ( ./problems/152.maximum-product-subarray.md )
198198- [ 0199.binary-tree-right-side-view] ( ./problems/199.binary-tree-right-side-view.md )
199- - [ 0200.number-of-islands] ( ./problems/200.number-of-islands.md ) 🆕
199+ - [ 0200.number-of-islands] ( ./problems/200.number-of-islands.md ) 🆕
200200- [ 0201.bitwise-and-of-numbers-range] ( ./problems/201.bitwise-and-of-numbers-range.md )
201201- [ 0208.implement-trie-prefix-tree] ( ./problems/208.implement-trie-prefix-tree.md )
202202- [ 0209.minimum-size-subarray-sum] ( ./problems/209.minimum-size-subarray-sum.md )
203- - [ 0215.kth-largest-element-in-an-array] ( ./problems/215.kth-largest-element-in-an-array.md ) 🆕
204- - [ 0221.maximal-square] ( ./problems/221.maximal-square.md ) 🆕
205- - [ 0229.majority-element-ii] ( ./problems/229.majority-element-ii.md ) 🆕
203+ - [ 0215.kth-largest-element-in-an-array] ( ./problems/215.kth-largest-element-in-an-array.md ) 🆕
204+ - [ 0221.maximal-square] ( ./problems/221.maximal-square.md )
205+ - [ 0229.majority-element-ii] ( ./problems/229.majority-element-ii.md ) 🆕
206206- [ 0230.kth-smallest-element-in-a-bst] ( ./problems/230.kth-smallest-element-in-a-bst.md )
207- - [ 0236.lowest-common-ancestor-of-a-binary-tree] ( ./problems/236.lowest-common-ancestor-of-a-binary-tree.md ) 🆕
207+ - [ 0236.lowest-common-ancestor-of-a-binary-tree] ( ./problems/236.lowest-common-ancestor-of-a-binary-tree.md )
208208- [ 0238.product-of-array-except-self] ( ./problems/238.product-of-array-except-self.md )
209209- [ 0240.search-a-2-d-matrix-ii] ( ./problems/240.search-a-2-d-matrix-ii.md )
210210- [ 0279.perfect-squares] ( ./problems/279.perfect-squares.md )
211- - [ 0309.best-time-to-buy-and-sell-stock-with-cooldown] ( ./problems/309.best-time-to-buy-and-sell-stock-with-cooldown.md ) 🆕
211+ - [ 0309.best-time-to-buy-and-sell-stock-with-cooldown] ( ./problems/309.best-time-to-buy-and-sell-stock-with-cooldown.md )
212212- [ 0322.coin-change] ( ./problems/322.coin-change.md )
213213- [ 0328.odd-even-linked-list] ( ./problems/328.odd-even-linked-list.md )
214214- [ 0334.increasing-triplet-subsequence] ( ./problems/334.increasing-triplet-subsequence.md )
215215- [ 0365.water-and-jug-problem] ( ./problems/365.water-and-jug-problem.md )
216- - [ 0378.kth-smallest-element-in-a-sorted-matrix] ( ./problems/378.kth-smallest-element-in-a-sorted-matrix.md ) 🆕
216+ - [ 0378.kth-smallest-element-in-a-sorted-matrix] ( ./problems/378.kth-smallest-element-in-a-sorted-matrix.md )
217217- [ 0416.partition-equal-subset-sum] ( ./problems/416.partition-equal-subset-sum.md )
218218- [ 0445.add-two-numbers-ii] ( ./problems/445.add-two-numbers-ii.md )
219219- [ 0454.4-sum-ii] ( ./problems/454.4-sum-ii.md )
220+ - [ 0474.ones-and-zeros] ( ./problems/474.ones-and-zeros-en.md )
220221- [ 0494.target-sum] ( ./problems/494.target-sum.md )
221222- [ 0516.longest-palindromic-subsequence] ( ./problems/516.longest-palindromic-subsequence.md )
222223- [ 0518.coin-change-2] ( ./problems/518.coin-change-2.md )
224+ - [ 0547.friend-circles] ( ./problems/547.friend-circles-en.md ) 🆕
223225- [ 0609.find-duplicate-file-in-system] ( ./problems/609.find-duplicate-file-in-system.md )
224226- [ 0875.koko-eating-bananas] ( ./problems/875.koko-eating-bananas.md )
225227- [ 0877.stone-game] ( ./problems/877.stone-game.md )
226228- [ 0887.super-egg-drop] ( ./problems/887.super-egg-drop.md )
227229- [ 0900.rle-iterator] ( ./problems/900.rle-iterator.md )
228- - [ 1031.maximum-sum-of-two-non-overlapping-subarrays] ( ./problems/1031.maximum-sum-of-two-non-overlapping-subarrays.md ) 🆕
229-
230+ - [ 1031.maximum-sum-of-two-non-overlapping-subarrays] ( ./problems/1031.maximum-sum-of-two-non-overlapping-subarrays.md )
231+ - [ 1218.longest-arithmetic-subsequence-of-given-difference.md ] ( ./problems/1218.longest-arithmetic-subsequence-of-given-difference.md ) 🆕
230232#### 困难难度
231233
232234- [ 0004.median-of-two-sorted-array] ( ./problems/4.median-of-two-sorted-array.md ) 🆕
0 commit comments