@@ -36,7 +36,6 @@ https://github.com/wuduhren/leetcode-python
36
36
<td><span class="medium" href="https://leetcode.com/problems/letter-combinations-of-a-phone-number">Letter Combinations of a Phone Number</span></td>
37
37
<td>★★</td>
38
38
<td>Combination</td>
39
-
40
39
<td><span class="medium" href="https://leetcode.com/problems/combination-sum/">39</span></td>
41
40
<td><span class="medium" href="https://leetcode.com/problems/combination-sum-ii/">40</span></td>
42
41
<td><span class="medium" href="https://leetcode.com/problems/combinations/">77</span>></td>
@@ -49,7 +48,6 @@ https://github.com/wuduhren/leetcode-python
49
48
<td><span class="medium" href="https://leetcode.com/problems/permutations/">Permutations</span></td>
50
49
<td>★★</td>
51
50
<td>Permutation</td>
52
-
53
51
<td><span class="medium" href="https://leetcode.com/problems/permutations-ii/">47</span></td>
54
52
<td><span class="medium" href="https://leetcode.com/problems/letter-case-permutation/">784</span></td>
55
53
<td><span class="easy" href="https://leetcode.com/problems/find-the-shortest-superstring">943</span></td>
@@ -62,7 +60,6 @@ https://github.com/wuduhren/leetcode-python
62
60
<td><span class="medium" href="https://leetcode.com/problems/generate-parentheses/">Generate Parentheses</span></td>
63
61
<td>★★★</td>
64
62
<td>DFS</td>
65
-
66
63
<td><span class="hard" href="https://leetcode.com/problems/remove-invalid-parentheses/">301</span></td>
67
64
<td></td>
68
65
<td></td>
@@ -76,7 +73,6 @@ https://github.com/wuduhren/leetcode-python
76
73
<td><span class="hard" href="https://leetcode.com/problems/sudoku-solver">Sudoku Solver</span></td>
77
74
<td>★★★</td>
78
75
<td>DFS</td>
79
-
80
76
<td><span class="medium" href="https://leetcode.com/problems/n-queens">51</span></td>
81
77
<td><span class="medium" href="https://leetcode.com/problems/n-queens-ii">52</span></td>
82
78
<td></td>
@@ -90,7 +86,6 @@ https://github.com/wuduhren/leetcode-python
90
86
<td><span class="medium" href="https://leetcode.com/problems/word-search/">Word Search</td>
91
87
<td>★★★</td>
92
88
<td>DFS</td>
93
-
94
89
<td class="hard" href="https://leetcode.com/problems/word-search-ii/submissions/">212</td>
95
90
<td></td>
96
91
<td></td>
@@ -104,7 +99,6 @@ https://github.com/wuduhren/leetcode-python
104
99
<td><span class="medium" href="https://leetcode.com/problems/word-ladder/">Word Ladder</span></td>
105
100
<td>★★★★</td>
106
101
<td>BFS</td>
107
-
108
102
<td><span class="hard" href="https://leetcode.com/problems/word-ladder-ii/">126</span></td>
109
103
<td><span class="medium" href="https://leetcode.com/problems/open-the-lock/">752</span></td>
110
104
<td></td>
@@ -118,7 +112,6 @@ https://github.com/wuduhren/leetcode-python
118
112
<td><span class="medium" href="https://leetcode.com/problems/01-matrix/">01 Matrix</span></td>
119
113
<td>★★★</td>
120
114
<td>BFS</td>
121
-
122
115
<td><<span class="hard" href="https://leetcode.com/problems/cut-off-trees-for-golf-event/">675</span></td>
123
116
<td><span class="medium" href="https://leetcode.com/problems/shortest-bridge/">934</span></td>
124
117
<td></td>
@@ -132,7 +125,6 @@ https://github.com/wuduhren/leetcode-python
132
125
<td><span class="medium" href="https://leetcode.com/problems/01-matrix/">Partition to K Equal Sum Subsets</span></td>
133
126
<td>★★★</td>
134
127
<td>Partition</td>
135
-
136
128
<td><span class="medium" href="https://leetcode.com/problems/restore-ip-addresses/">93</span></td>
137
129
<td><span class="medium" href="https://leetcode.com/problems/palindrome-partitioning/">131</span></td>
138
130
<td><span class="medium" href="https://leetcode.com/problems/different-ways-to-add-parentheses/">241</span></td>
0 commit comments