Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panmax/go-leetcode
https://github.com/panmax/go-leetcode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/panmax/go-leetcode
- Owner: Panmax
- Created: 2022-07-26T04:47:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:08:51.000Z (9 months ago)
- Last Synced: 2024-04-12T11:14:30.514Z (9 months ago)
- Language: Go
- Size: 347 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-leetcode
这篇[博客](https://jiapan.me/2022/start-leetcode/)说明了我为什么刷题,和关于 Anki 的使用。
人过 30,记忆力和思维力都不如年轻时候了,所以需要一些刻意练习,在这里记录一下做算法题的过程。
每天写写题倒不是为了去面试,而是为了保持思维的敏捷,语法的熟练,以及对算法的理解。
本来这个仓库是个私有的,但是为了每天督促自己,于是把他公开了,公开时间是我开始做题的一个月后。
我不是每天疯狂的做新题,而是每天做 1-2 道新题(根据题的难易程度而定),回顾 3-4 道之前的题目。所以在每个目录下可以看到一个 `main.go` 文件是我第一次做这道题的代码,其他 `review_<日期>.go` 文件是我复习的代码。
当天该复习哪道题是我通过 [Anki](https://apps.ankiweb.net/) 来记录的,Anki 根据我对每道题的掌握程度会在不同的时间点提醒我复习。