@@ -19,49 +19,51 @@ https://github.com/wuduhren/leetcode-python
19
19
color : #5cb85c ;
20
20
}
21
21
</style >
22
+
22
23
<table >
24
+ <thead >
23
25
<tr>
24
26
<td>ID</td>
25
27
<td>Name</td>
26
28
<td>Difficulty</td>
27
29
<td>Remarks</td>
28
30
<td colspan="7">Similar Problems</td>
29
- </tr>
31
+ <tr>
32
+ </thead >
33
+ <tbody >
30
34
<tr>
31
35
<td>17</td>
32
- <td class="medium" href="https://leetcode.com/problems/letter-combinations-of-a-phone-number">Letter Combinations of a Phone Number</td>
36
+ <td><span class="medium" href="https://leetcode.com/problems/letter-combinations-of-a-phone-number">Letter Combinations of a Phone Number</span> </td>
33
37
<td>★★</td>
34
38
<td>Combination</td>
35
39
36
- <td class="medium" href="https://leetcode.com/problems/combination-sum/">39</td>
37
- <td class="medium" href="https://leetcode.com/problems/combination-sum-ii/">40</td>
38
- <td class="medium" href="https://leetcode.com/problems/combinations/">77</td>
39
- <td class="medium" href="https://leetcode.com/problems/subsets/">78</td>
40
- <td class="medium" href="https://leetcode.com/problems/subsets-ii/">90</td>
41
- <td class="medium" href="https://leetcode.com/problems/combination-sum-iii/">216</td>
42
- <td></td>
40
+ <td><span class="medium" href="https://leetcode.com/problems/combination-sum/">39</span></td>
41
+ <td><span class="medium" href="https://leetcode.com/problems/combination-sum-ii/">40</span></td>
42
+ <td><span class="medium" href="https://leetcode.com/problems/combinations/">77</span>></td>
43
+ <td><span class="medium" href="https://leetcode.com/problems/subsets/">78</span></td>
44
+ <td><span class="medium" href="https://leetcode.com/problems/subsets-ii/">90</span></td>
45
+ <td><span class="medium" href="https://leetcode.com/problems/combination-sum-iii/">216</span></td>
43
46
</tr>
44
47
<tr>
45
48
<td>46</td>
46
- <td class="medium" href="https://leetcode.com/problems/permutations/">Permutations</td>
49
+ <td><span class="medium" href="https://leetcode.com/problems/permutations/">Permutations</span> </td>
47
50
<td>★★</td>
48
51
<td>Permutation</td>
49
52
50
- <td class="medium" href="https://leetcode.com/problems/permutations-ii/">47</td>
51
- <td class="medium" href="https://leetcode.com/problems/letter-case-permutation/">784</td>
52
- <td class="easy" href="https://leetcode.com/problems/find-the-shortest-superstring">943</td>
53
- <td class="hard" href="https://leetcode.com/problems/number-of-squareful-arrays/">996</td>
54
- <td></td>
53
+ <td><span class="medium" href="https://leetcode.com/problems/permutations-ii/">47</span></td>
54
+ <td><span class="medium" href="https://leetcode.com/problems/letter-case-permutation/">784</span></td>
55
+ <td><span class="easy" href="https://leetcode.com/problems/find-the-shortest-superstring">943</span></td>
56
+ <td><span class="hard" href="https://leetcode.com/problems/number-of-squareful-arrays/">996</span></td>
55
57
<td></td>
56
58
<td></td>
57
59
</tr>
58
60
<tr>
59
61
<td>22</td>
60
- <td class="medium" href="https://leetcode.com/problems/generate-parentheses/">Generate Parentheses</td>
62
+ <td><span class="medium" href="https://leetcode.com/problems/generate-parentheses/">Generate Parentheses</span> </td>
61
63
<td>★★★</td>
62
64
<td>DFS</td>
63
65
64
- <td class="hard" href="https://leetcode.com/problems/remove-invalid-parentheses/">301</td>
66
+ <td><span class="hard" href="https://leetcode.com/problems/remove-invalid-parentheses/">301</span> </td>
65
67
<td></td>
66
68
<td></td>
67
69
<td></td>
@@ -71,12 +73,12 @@ https://github.com/wuduhren/leetcode-python
71
73
</tr>
72
74
<tr>
73
75
<td>37</td>
74
- <td class="hard" href="https://leetcode.com/problems/sudoku-solver">Sudoku Solver</td>
76
+ <td><span class="hard" href="https://leetcode.com/problems/sudoku-solver">Sudoku Solver</span> </td>
75
77
<td>★★★</td>
76
78
<td>DFS</td>
77
79
78
- <td class="medium" href="https://leetcode.com/problems/n-queens">51</td>
79
- <td class="medium" href="https://leetcode.com/problems/n-queens-ii">52</td>
80
+ <td><span class="medium" href="https://leetcode.com/problems/n-queens">51</span> </td>
81
+ <td><span class="medium" href="https://leetcode.com/problems/n-queens-ii">52</span> </td>
80
82
<td></td>
81
83
<td></td>
82
84
<td></td>
@@ -85,7 +87,7 @@ https://github.com/wuduhren/leetcode-python
85
87
</tr>
86
88
<tr>
87
89
<td>79</td>
88
- <td class="medium" href="https://leetcode.com/problems/permutations /">xxxxxxxxx </td>
90
+ <td><span class="medium" href="https://leetcode.com/problems/word-search /">Word Search </td>
89
91
<td>★★★</td>
90
92
<td>DFS</td>
91
93
@@ -99,12 +101,12 @@ https://github.com/wuduhren/leetcode-python
99
101
</tr>
100
102
<tr>
101
103
<td>127</td>
102
- <td class="medium" href="https://leetcode.com/problems/word-ladder/">Word Ladder</td>
104
+ <td><span class="medium" href="https://leetcode.com/problems/word-ladder/">Word Ladder</span> </td>
103
105
<td>★★★★</td>
104
106
<td>BFS</td>
105
107
106
- <td class="hard" href="https://leetcode.com/problems/word-ladder-ii/">126</td>
107
- <td class="medium" href="https://leetcode.com/problems/open-the-lock/">752</td>
108
+ <td><span class="hard" href="https://leetcode.com/problems/word-ladder-ii/">126</span> </td>
109
+ <td><span class="medium" href="https://leetcode.com/problems/open-the-lock/">752</span> </td>
108
110
<td></td>
109
111
<td></td>
110
112
<td></td>
@@ -113,12 +115,12 @@ https://github.com/wuduhren/leetcode-python
113
115
</tr>
114
116
<tr>
115
117
<td>542</td>
116
- <td class="medium" href="https://leetcode.com/problems/01-matrix/">01 Matrix</td>
118
+ <td><span class="medium" href="https://leetcode.com/problems/01-matrix/">01 Matrix</span> </td>
117
119
<td>★★★</td>
118
120
<td>BFS</td>
119
121
120
- <td class="hard" href="https://leetcode.com/problems/cut-off-trees-for-golf-event/">675</td>
121
- <td class="medium" href="https://leetcode.com/problems/shortest-bridge/">934</td>
122
+ <td><<span class="hard" href="https://leetcode.com/problems/cut-off-trees-for-golf-event/">675</span> </td>
123
+ <td><span class="medium" href="https://leetcode.com/problems/shortest-bridge/">934</span> </td>
122
124
<td></td>
123
125
<td></td>
124
126
<td></td>
@@ -127,18 +129,19 @@ https://github.com/wuduhren/leetcode-python
127
129
</tr>
128
130
<tr>
129
131
<td>698</td>
130
- <td class="medium" href="https://leetcode.com/problems/01-matrix/">Partition to K Equal Sum Subsets</td>
132
+ <td><span class="medium" href="https://leetcode.com/problems/01-matrix/">Partition to K Equal Sum Subsets</span> </td>
131
133
<td>★★★</td>
132
134
<td>Partition</td>
133
135
134
- <td class="medium" href="https://leetcode.com/problems/restore-ip-addresses/">93</td>
135
- <td class="medium" href="https://leetcode.com/problems/palindrome-partitioning/">131</td>
136
- <td class="medium" href="https://leetcode.com/problems/different-ways-to-add-parentheses/">241</td>
137
- <td class="hard" href="https://leetcode.com/problems/expression-add-operators/">282</td>
138
- <td class="medium" href="https://leetcode.com/problems/split-array-into-fibonacci-sequence/">842</td>
136
+ <td><span class="medium" href="https://leetcode.com/problems/restore-ip-addresses/">93</span> </td>
137
+ <td><span class="medium" href="https://leetcode.com/problems/palindrome-partitioning/">131</span> </td>
138
+ <td><span class="medium" href="https://leetcode.com/problems/different-ways-to-add-parentheses/">241</span> </td>
139
+ <td><span class="hard" href="https://leetcode.com/problems/expression-add-operators/">282</span> </td>
140
+ <td><span class="medium" href="https://leetcode.com/problems/split-array-into-fibonacci-sequence/">842</span> </td>
139
141
<td></td>
140
142
<td></td>
141
143
</tr>
144
+ </tbody >
142
145
</table >
143
146
144
147
0 commit comments