Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ String longestPalindrome(String s) {
| :----: | :----: |
| [1. Two Sum](https://leetcode.com/problems/two-sum/?show=1) | [1. ไธคๆ•ฐไน‹ๅ’Œ](https://leetcode.cn/problems/two-sum/?show=1) |
| [125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome/?show=1) | [125. ้ชŒ่ฏๅ›žๆ–‡ไธฒ](https://leetcode.cn/problems/valid-palindrome/?show=1) |
| [131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning/?show=1) | [131. ๅˆ†ๅ‰ฒๅ›žๆ–‡ไธฒ](https://leetcode.cn/problems/palindrome-partitioning/?show=1) |
| [281. Zigzag Iterator](https://leetcode.com/problems/zigzag-iterator/?show=1)๐Ÿ”’ | [281. ้”ฏ้ฝฟ่ฟญไปฃๅ™จ](https://leetcode.cn/problems/zigzag-iterator/?show=1)๐Ÿ”’ |
| [42. Trapping Rain Water](https://leetcode.com/problems/trapping-rain-water/?show=1) | [42. ๆŽฅ้›จๆฐด](https://leetcode.cn/problems/trapping-rain-water/?show=1) |
| [658. Find K Closest Elements](https://leetcode.com/problems/find-k-closest-elements/?show=1) | [658. ๆ‰พๅˆฐ K ไธชๆœ€ๆŽฅ่ฟ‘็š„ๅ…ƒ็ด ](https://leetcode.cn/problems/find-k-closest-elements/?show=1) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,15 @@ def backtrack(...):
| :----: | :----: |
| [112. Path Sum](https://leetcode.com/problems/path-sum/?show=1) | [112. ่ทฏๅพ„ๆ€ปๅ’Œ](https://leetcode.cn/problems/path-sum/?show=1) |
| [113. Path Sum II](https://leetcode.com/problems/path-sum-ii/?show=1) | [113. ่ทฏๅพ„ๆ€ปๅ’Œ II](https://leetcode.cn/problems/path-sum-ii/?show=1) |
| [131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning/?show=1) | [131. ๅˆ†ๅ‰ฒๅ›žๆ–‡ไธฒ](https://leetcode.cn/problems/palindrome-partitioning/?show=1) |
| [140. Word Break II](https://leetcode.com/problems/word-break-ii/?show=1) | [140. ๅ•่ฏๆ‹†ๅˆ† II](https://leetcode.cn/problems/word-break-ii/?show=1) |
| [17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/?show=1) | [17. ็”ต่ฏๅท็ ็š„ๅญ—ๆฏ็ป„ๅˆ](https://leetcode.cn/problems/letter-combinations-of-a-phone-number/?show=1) |
| [22. Generate Parentheses](https://leetcode.com/problems/generate-parentheses/?show=1) | [22. ๆ‹ฌๅท็”Ÿๆˆ](https://leetcode.cn/problems/generate-parentheses/?show=1) |
| [39. Combination Sum](https://leetcode.com/problems/combination-sum/?show=1) | [39. ็ป„ๅˆๆ€ปๅ’Œ](https://leetcode.cn/problems/combination-sum/?show=1) |
| [698. Partition to K Equal Sum Subsets](https://leetcode.com/problems/partition-to-k-equal-sum-subsets/?show=1) | [698. ๅˆ’ๅˆ†ไธบkไธช็›ธ็ญ‰็š„ๅญ้›†](https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/?show=1) |
| [77. Combinations](https://leetcode.com/problems/combinations/?show=1) | [77. ็ป„ๅˆ](https://leetcode.cn/problems/combinations/?show=1) |
| [78. Subsets](https://leetcode.com/problems/subsets/?show=1) | [78. ๅญ้›†](https://leetcode.cn/problems/subsets/?show=1) |
| [93. Restore IP Addresses](https://leetcode.com/problems/restore-ip-addresses/?show=1) | [93. ๅคๅŽŸ IP ๅœฐๅ€](https://leetcode.cn/problems/restore-ip-addresses/?show=1) |
| - | [ๅ‰‘ๆŒ‡ Offer 34. ไบŒๅ‰ๆ ‘ไธญๅ’ŒไธบๆŸไธ€ๅ€ผ็š„่ทฏๅพ„](https://leetcode.cn/problems/er-cha-shu-zhong-he-wei-mou-yi-zhi-de-lu-jing-lcof/?show=1) |
| - | [ๅ‰‘ๆŒ‡ Offer II 079. ๆ‰€ๆœ‰ๅญ้›†](https://leetcode.cn/problems/TVdhkn/?show=1) |
| - | [ๅ‰‘ๆŒ‡ Offer II 080. ๅซๆœ‰ k ไธชๅ…ƒ็ด ็š„็ป„ๅˆ](https://leetcode.cn/problems/uUsW3B/?show=1) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ void backtrack(int[] nums) {

| LeetCode | ๅŠ›ๆ‰ฃ |
| :----: | :----: |
| [131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning/?show=1) | [131. ๅˆ†ๅ‰ฒๅ›žๆ–‡ไธฒ](https://leetcode.cn/problems/palindrome-partitioning/?show=1) |
| [17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/?show=1) | [17. ็”ต่ฏๅท็ ็š„ๅญ—ๆฏ็ป„ๅˆ](https://leetcode.cn/problems/letter-combinations-of-a-phone-number/?show=1) |
| [368. Largest Divisible Subset](https://leetcode.com/problems/largest-divisible-subset/?show=1) | [368. ๆœ€ๅคงๆ•ด้™คๅญ้›†](https://leetcode.cn/problems/largest-divisible-subset/?show=1) |
| [491. Non-decreasing Subsequences](https://leetcode.com/problems/non-decreasing-subsequences/?show=1) | [491. ้€’ๅขžๅญๅบๅˆ—](https://leetcode.cn/problems/non-decreasing-subsequences/?show=1) |
Expand Down