Skip to content

Commit 587c8bf

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

File tree

1 file changed

+36
-33
lines changed

1 file changed

+36
-33
lines changed

README.md

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,49 +19,51 @@ https://github.com/wuduhren/leetcode-python
1919
color: #5cb85c;
2020
}
2121
</style>
22+
2223
<table>
24+
<thead>
2325
<tr>
2426
<td>ID</td>
2527
<td>Name</td>
2628
<td>Difficulty</td>
2729
<td>Remarks</td>
2830
<td colspan="7">Similar Problems</td>
29-
</tr>
31+
<tr>
32+
</thead>
33+
<tbody>
3034
<tr>
3135
<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>
3337
<td>★★</td>
3438
<td>Combination</td>
3539

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>
4346
</tr>
4447
<tr>
4548
<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>
4750
<td>★★</td>
4851
<td>Permutation</td>
4952

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>
5557
<td></td>
5658
<td></td>
5759
</tr>
5860
<tr>
5961
<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>
6163
<td>★★★</td>
6264
<td>DFS</td>
6365

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>
6567
<td></td>
6668
<td></td>
6769
<td></td>
@@ -71,12 +73,12 @@ https://github.com/wuduhren/leetcode-python
7173
</tr>
7274
<tr>
7375
<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>
7577
<td>★★★</td>
7678
<td>DFS</td>
7779

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>
8082
<td></td>
8183
<td></td>
8284
<td></td>
@@ -85,7 +87,7 @@ https://github.com/wuduhren/leetcode-python
8587
</tr>
8688
<tr>
8789
<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>
8991
<td>★★★</td>
9092
<td>DFS</td>
9193

@@ -99,12 +101,12 @@ https://github.com/wuduhren/leetcode-python
99101
</tr>
100102
<tr>
101103
<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>
103105
<td>★★★★</td>
104106
<td>BFS</td>
105107

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>
108110
<td></td>
109111
<td></td>
110112
<td></td>
@@ -113,12 +115,12 @@ https://github.com/wuduhren/leetcode-python
113115
</tr>
114116
<tr>
115117
<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>
117119
<td>★★★</td>
118120
<td>BFS</td>
119121

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>
122124
<td></td>
123125
<td></td>
124126
<td></td>
@@ -127,18 +129,19 @@ https://github.com/wuduhren/leetcode-python
127129
</tr>
128130
<tr>
129131
<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>
131133
<td>★★★</td>
132134
<td>Partition</td>
133135

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>
139141
<td></td>
140142
<td></td>
141143
</tr>
144+
</tbody>
142145
</table>
143146

144147

0 commit comments

Comments
 (0)