Skip to content

Commit 5ec1f7b

Browse files
committed
add
1 parent 6b7efd5 commit 5ec1f7b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ https://github.com/webVueBlog/Leetcode
101101
- [x] 21.合并两个有序链表
102102
- [x] 22.括号生成
103103
- [x] 24.两两交换链表中的节点
104+
- [x] 27.移除元素
105+
- [x] 35.搜索插入位置
106+
- [x] 49.字母异位词分组
107+
- [x] 46.全排列
108+
- [x] 53.最大子序和
104109

105110
- https://shields.io/
106111
- [leetcode](https://leetcode-cn.com/problemset/all/)
@@ -117,11 +122,11 @@ https://github.com/webVueBlog/Leetcode
117122
3. `Difficulty`难度
118123
4. `Navigation`解答
119124

120-
| Number | Title | Difficulty | Navigation |
121-
| :--: | :------: |:------: | :------: |
122-
| 1. | 两数之和 | <img src="https://img.shields.io/badge/-Easy-green"> | [两数之和](题库/两数之和.md) |
123-
| 2. | 两数相加 | <img src="https://img.shields.io/badge/-Medium-orange"> | [两数相加](题库/两数相加.md) |
124-
| 3. | 无重复字符的最长子串 | <img src="https://img.shields.io/badge/-Medium-orange"> | [无重复字符的最长子串](题库/无重复字符的最长子串.md) |
125+
| Number | Difficulty | Navigation |
126+
| :--: | :------: | :------: |
127+
| 1. | <img src="https://img.shields.io/badge/-Easy-green"> | [两数之和](题库/两数之和.md) |
128+
| 2. | <img src="https://img.shields.io/badge/-Medium-orange"> | [两数相加](题库/两数相加.md) |
129+
| 3. | <img src="https://img.shields.io/badge/-Medium-orange"> | [无重复字符的最长子串](题库/无重复字符的最长子串.md) |
125130

126131
以 「早起」、「运动」、「冥想」、「写作」、「阅读」这五件能够快速改变人生的事情为切入点,帮助大家建立良好的生活习惯,技术的成长绝不是一朝一夕,良好的习惯将会帮助我们更快的进步,但在技术之外,我更希望大家能在这些事情的坚持中,收获一份自信,多一份底气,对人生多一份积极。 --- (来源:低调务实优秀中国好青年群)
127132

0 commit comments

Comments
 (0)