You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
## 题目清单
7
7
8
-
* 题目清单根据题目类型、难度进行分类,符号`*`代表与上下表格合并。
8
+
* 题目清单根据题目类型、难度进行排序,符号`*`代表与上下表格合并。
9
9
10
10
### Linked List(链表)
11
11
@@ -39,9 +39,10 @@
39
39
| 13 | Easy | Roman to Integer |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/13.Roman%20to%20Integer/Roman%20to%20Integer.py"悬停显示")| no |[思路讲解](https://github.com/Jack-Cherish/LeetCode/tree/master/String/Easy/13.Roman%20to%20Integer"悬停显示")|
40
40
| 14 | * | Longest Common Prefix |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/14.Longest%20Common%20Prefix/Longest%20Common%20Prefix.py"悬停显示")| no |[思路讲解](https://github.com/Jack-Cherish/LeetCode/tree/master/String/Easy/14.Longest%20Common%20Prefix"悬停显示")|
41
41
| 38 | * | Count and Say |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/38.Count%20and%20Say/Count%20and%20Say.py"悬停显示")| no |[思路讲解](https://github.com/Jack-Cherish/LeetCode/tree/master/String/Easy/38.Count%20and%20Say"悬停显示")|
42
+
| 125 | * | Valid Palindrome |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/125.Valid%20Palindrome.md"悬停显示")| no |[思路讲解](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/125.Valid%20Palindrome.md"悬停显示")|
| 345 | * | Reverse Vowels of a String |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/345.Reverse%20Vowels%20of%20a%20String.md"悬停显示")| no |[博客思路讲解](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/345.Reverse%20Vowels%20of%20a%20String.md"悬停显示")|
45
+
| 345 | * | Reverse Vowels of a String |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/345.Reverse%20Vowels%20of%20a%20String.md"悬停显示")| no |[博客思路讲解](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/345.Reverse%20Vowels%20of%20a%20String.md"悬停显示")|
45
46
| 383 | * | Ransom Note |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/383.Ransom%20Note.md"悬停显示")| no |[思路讲解](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/383.Ransom%20Note.md"悬停显示")|
46
47
| 434 | * | Number of Segments in a String |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/434.Number%20of%20Segments%20in%20a%20String/Number%20of%20Segments%20in%20a%20String.py"悬停显示")|[C++](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/434.Number%20of%20Segments%20in%20a%20String/Number%20of%20Segments%20in%20a%20String.cpp"悬停显示")|[博客思路讲解](http://blog.csdn.net/c406495762/article/details/71786453"悬停显示")|
47
48
| 520 | * | Detect Capital |[Python](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/520.Detect%20Capital/Detect%20Capital.py"悬停显示")|[C++](https://github.com/Jack-Cherish/LeetCode/blob/master/String/Easy/520.Detect%20Capital/Detect%20Capital.cpp"悬停显示")|[博客思路讲解](http://blog.csdn.net/c406495762/article/details/73495803"悬停显示")|
0 commit comments