提交 ce4ee547 编写于 作者: L luzhipeng

doc: 更新readme

上级 1ecf72ca
......@@ -75,7 +75,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
#### 简单难度
- [20. Valid Parentheses](./problems/validParentheses.md)
- [20. Valid Parentheses](./problems/20.validParentheses.md)
- [26.remove-duplicates-from-sorted-array](./problems/26.remove-duplicates-from-sorted-array.md)
- 🆕 [88.merge-sorted-array](./problems/88.merge-sorted-array.md)
- [136.single-number](./problems/136.single-number.md)
......@@ -93,11 +93,11 @@ leetcode 题解,记录自己的 leetcode 解题之路。
#### 中等难度
- [2. Add Two Numbers](./problems/addTwoNumbers.md)
- [3. Longest Substring Without Repeating Characters](./problems/longestSubstringWithoutRepeatingCharacters.md)
- [2. Add Two Numbers](./problems/2.addTwoNumbers.md)
- [3. Longest Substring Without Repeating Characters](./problems/3.longestSubstringWithoutRepeatingCharacters.md)
- [11.container-with-most-water](./problems/11.container-with-most-water.md)
- [19. Remove Nth Node From End of List](./problems/removeNthNodeFromEndofList.md)
- [24. Swap Nodes In Pairs](./problems/swapNodesInPairs.md)
- [19. Remove Nth Node From End of List](./problems/19.removeNthNodeFromEndofList.md)
- [24. Swap Nodes In Pairs](./problems/24.swapNodesInPairs.md)
- 🆕 [39.combination-sum](./problems/39.combination-sum.md)
- 🆕 [40.combination-sum-ii](./problems/40.combination-sum-ii.md)
- 🆕 [46.permutations](./problems/46.permutations.md)
......@@ -160,6 +160,13 @@ anki - 文件 - 导入 - 下拉格式选择“打包的 anki集合”,然后
更多关于anki使用方法的请查看[anki官网](https://apps.ankiweb.net/)
目前已更新卡片一览(仅列举正面):
- 二分法解决问题的关键点是什么,相关问题有哪些
- 如何用栈的特点来简化操作, 涉及到的题目有哪些?
- 双指针问题的思路以及相关题目有哪些?
- 滑动窗口问题的思路以及相关题目有哪些?
### 计划
- [494.target-sum](./todo/494.target-sum.js)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册