8000 Update README.md · zenglekidd/LeetcodeInSwift@69bf9d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69bf9d2

Browse files
authored
Update README.md
1 parent e88f410 commit 69bf9d2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ Stage 2 (Finished in Day 45)
2525
Total: 41 / 41
2626

2727
Stage 3 (Leetcode# <= 200)
28-
- [ ] [Top 100 Liked Problems - LeetCode](https://leetcode.com/problemset/top-100-liked-questions/) (Start: 43 / 100 Solved, Current: 54 / 100 Solved)
29-
- [ ] [Backtracking - LeetCode](https://leetcode.com/tag/backtracking/) (Start: 6 / 53 Solved, Current: 11 / 53 Solved)
30-
- [ ] [Sliding Window - LeetCode](https://leetcode.com/tag/sliding-window/)
31-
- [ ] [Dynamic Programming - LeetCode](https://leetcode.com/tag/dynamic-programming/)
32-
- [ ] [Divide and Conquer - LeetCode](https://leetcode.com/tag/divide-and-conquer/)
33-
- [ ] [Graph - LeetCode](https://leetcode.com/tag/graph/)
34-
- [ ] [Breadth-first Search - LeetCode](https://leetcode.com/tag/breadth-first-search/) & [Depth-first Search - LeetCode](https://leetcode.com/tag/depth-first-search/)
28+
- [ ] [Top 100 Liked Problems - LeetCode](https://leetcode.com/problemset/top-100-liked-questions/) (Start: 43 / 100 Solved, Current: 54 / 100 Solved, Progress: 11 / 57)
29+
- [ ] [Backtracking - LeetCode](https://leetcode.com/tag/backtracking/) (Start: 6 / 24 Solved, Current: 11 / 24 Solved, Progress: 5 / 18)
30+
- [ ] [Sliding Window - LeetCode](https://leetcode.com/tag/sliding-window/) (Start: 2 / 3 Solved, Current: 2 / 3 Solved, Progress: 0 / 1)
31+
- [ ] [Dynamic Programming - LeetCode](https://leetcode.com/tag/dynamic-programming/) (Start: 11 / 27 Solved, Current: 11 / 27 Solved, Progress: 0 / 16)
32+
- [x] [Divide and Conquer - LeetCode](https://leetcode.com/tag/divide-and-conquer/) (Start: 4 / 4 Solved, Current: 4 / 4 Solved)
33+
- [x] [Graph - LeetCode](https://leetcode.com/tag/graph/) (Start: 1 / 1 Solved, Current: 1 / 1 Solved)
34+
- [ ] [Breadth-first Search - LeetCode](https://leetcode.com/tag/breadth-first-search/) (Start: 3 / 10 Solved, Current: 3 / 10 Solved, Progress: 0 / 7)
35+
- [ ] [Depth-first Search - LeetCode](https://leetcode.com/tag/depth-first-search/) (Start: 8 / 21 Solved, Current: 8 / 21 Solved, Progress: 0 / 13)
36+
37+
total: 16 / 112
3538

3639
## Paper
3740
- [x] 'Programming pearls: algorithm design techniques' by Jon Bentley (Sep. 1984 Vol. 27 No. 9 Communications of the ACM P885)

0 commit comments

Comments
 (0)
0