Skip to content

Commit f86f215

Browse files
Chris WuChris Wu
authored andcommitted
no message
1 parent 587c8bf commit f86f215

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ https://github.com/wuduhren/leetcode-python
3636
<td><span class="medium" href="https://leetcode.com/problems/letter-combinations-of-a-phone-number">Letter Combinations of a Phone Number</span></td>
3737
<td>★★</td>
3838
<td>Combination</td>
39-
4039
<td><span class="medium" href="https://leetcode.com/problems/combination-sum/">39</span></td>
4140
<td><span class="medium" href="https://leetcode.com/problems/combination-sum-ii/">40</span></td>
4241
<td><span class="medium" href="https://leetcode.com/problems/combinations/">77</span>></td>
@@ -49,7 +48,6 @@ https://github.com/wuduhren/leetcode-python
4948
<td><span class="medium" href="https://leetcode.com/problems/permutations/">Permutations</span></td>
5049
<td>★★</td>
5150
<td>Permutation</td>
52-
5351
<td><span class="medium" href="https://leetcode.com/problems/permutations-ii/">47</span></td>
5452
<td><span class="medium" href="https://leetcode.com/problems/letter-case-permutation/">784</span></td>
5553
<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
6260
<td><span class="medium" href="https://leetcode.com/problems/generate-parentheses/">Generate Parentheses</span></td>
6361
<td>★★★</td>
6462
<td>DFS</td>
65-
6663
<td><span class="hard" href="https://leetcode.com/problems/remove-invalid-parentheses/">301</span></td>
6764
<td></td>
6865
<td></td>
@@ -76,7 +73,6 @@ https://github.com/wuduhren/leetcode-python
7673
<td><span class="hard" href="https://leetcode.com/problems/sudoku-solver">Sudoku Solver</span></td>
7774
<td>★★★</td>
7875
<td>DFS</td>
79-
8076
<td><span class="medium" href="https://leetcode.com/problems/n-queens">51</span></td>
8177
<td><span class="medium" href="https://leetcode.com/problems/n-queens-ii">52</span></td>
8278
<td></td>
@@ -90,7 +86,6 @@ https://github.com/wuduhren/leetcode-python
9086
<td><span class="medium" href="https://leetcode.com/problems/word-search/">Word Search</td>
9187
<td>★★★</td>
9288
<td>DFS</td>
93-
9489
<td class="hard" href="https://leetcode.com/problems/word-search-ii/submissions/">212</td>
9590
<td></td>
9691
<td></td>
@@ -104,7 +99,6 @@ https://github.com/wuduhren/leetcode-python
10499
<td><span class="medium" href="https://leetcode.com/problems/word-ladder/">Word Ladder</span></td>
105100
<td>★★★★</td>
106101
<td>BFS</td>
107-
108102
<td><span class="hard" href="https://leetcode.com/problems/word-ladder-ii/">126</span></td>
109103
<td><span class="medium" href="https://leetcode.com/problems/open-the-lock/">752</span></td>
110104
<td></td>
@@ -118,7 +112,6 @@ https://github.com/wuduhren/leetcode-python
118112
<td><span class="medium" href="https://leetcode.com/problems/01-matrix/">01 Matrix</span></td>
119113
<td>★★★</td>
120114
<td>BFS</td>
121-
122115
<td><<span class="hard" href="https://leetcode.com/problems/cut-off-trees-for-golf-event/">675</span></td>
123116
<td><span class="medium" href="https://leetcode.com/problems/shortest-bridge/">934</span></td>
124117
<td></td>
@@ -132,7 +125,6 @@ https://github.com/wuduhren/leetcode-python
132125
<td><span class="medium" href="https://leetcode.com/problems/01-matrix/">Partition to K Equal Sum Subsets</span></td>
133126
<td>★★★</td>
134127
<td>Partition</td>
135-
136128
<td><span class="medium" href="https://leetcode.com/problems/restore-ip-addresses/">93</span></td>
137129
<td><span class="medium" href="https://leetcode.com/problems/palindrome-partitioning/">131</span></td>
138130
<td><span class="medium" href="https://leetcode.com/problems/different-ways-to-add-parentheses/">241</span></td>

0 commit comments

Comments
 (0)