Skip to content

Commit

Permalink
fix: 名字修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer committed Nov 6, 2020
1 parent 2fba5f2 commit 437755c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,11 @@ leetcode 题解,记录自己的 leetcode 解题之路。

> 这里仅列举具有**代表性题目**,并不是全部题目
- [简单难度](./collections/easy.md)
- [中等难度](./collections/medium.md)
- [困难难度](./collections/hard.md)
目前更新了 212 道题解,加上专题涉及的题目,差不多有 **300 道**

- [高频考题(简单 70 题)](./collections/easy.md)
- [高频考题(中等 112 题)](./collections/medium.md)
- [高频考题(困难 30 题)](./collections/hard.md)

### 数据结构与算法的总结

Expand Down
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* [一文看懂《最大子序列和问题》](./selected/LSS.md)


* [第四章 - 高频考题(简单)](collections/easy.md)
* [第四章 - 高频考题(简单 70 题](collections/easy.md)
* [面试题 17.12. BiNode](problems/binode-lcci.md)
* [0001. 两数之和](problems/1.two-sum.md)
* [0020. 有效的括号](problems/20.valid-parentheses.md)
Expand Down Expand Up @@ -85,7 +85,7 @@
* [1332. 删除回文子序列](problems/1332.remove-palindromic-subsequences.md)


* [第五章 - 高频考题(中等)](collections/medium.md)
* [第五章 - 高频考题(中等 112 题](collections/medium.md)
* [0002. 两数相加](problems/2.add-two-numbers.md)
* [0003. 无重复字符的最长子串](problems/3.longest-substring-without-repeating-characters.md)
* [0005. 最长回文子串](problems/5.longest-palindromic-substring.md)
Expand Down Expand Up @@ -200,7 +200,7 @@
* [1631. 最小体力消耗路径](problems/1631.path-with-minimum-effort.md)


* [第六章 - 高频考题(困难)](collections/hard.md)
* [第六章 - 高频考题(困难 30 题](collections/hard.md)
* [0004. 寻找两个正序数组的中位数](problems/4.median-of-two-sorted-arrays.md)
* [0023. 合并K个升序链表](problems/23.merge-k-sorted-lists.md)
* [0025. K 个一组翻转链表](problems/25.reverse-nodes-in-k-groups.md)
Expand Down

0 comments on commit 437755c

Please sign in to comment.