Skip to content

Commit b13b115

Browse files
committed
feat: add past contests
1 parent ba51855 commit b13b115

File tree

6 files changed

+4759
-3
lines changed

6 files changed

+4759
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/node_modules
55
/solution/result.json
66
/solution/contest.json
7+
/solution/contest_list.json
78
/solution/raw.json
89
/lcof/lcof.json
910
/lcof/lcof_list.json

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
## 算法全解
2727

2828
- [LeetCode](/solution/README.md)
29+
- [往期竞赛合集](/solution/CONTEST_README.md)
2930
- [剑指 Offer(第 2 版)](/lcof/README.md)
3031
- [剑指 Offer(专项突击版)](/lcof2/README.md)
3132
- [程序员面试金典(第 6 版)](/lcci/README.md)

README_EN.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Complete solutions to [LeetCode](https://leetcode.com/problemset/all/), [LCOF](h
2626
## Solutions
2727

2828
- [LeetCode](/solution/README_EN.md)
29+
- [Past Contests](/solution/CONTEST_README_EN.md)
2930
- [LCOF: Coding Interviews, 2nd Edition](/lcof/README_EN.md)
3031
- [LCCI: Cracking the Coding Interview, 6th Edition](/lcci/README_EN.md)
3132

0 commit comments

Comments
 (0)