https://github.com/lakphy/leetcode-record
https://github.com/lakphy/leetcode-record
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lakphy/leetcode-record
- Owner: Lakphy
- Created: 2023-03-08T04:59:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T18:16:29.000Z (about 2 years ago)
- Last Synced: 2025-03-20T07:14:55.522Z (about 1 year ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-record
这是一个个人仓库,用来督促自己刷题,并记录代码,写了个小脚本每次刷题自动同步 README 目录。
代码不保证最优,毕竟咱就一前端,算法水平暂时一般。
如果你觉得咱的解法不好,非常欢迎提 issue 来教咱!😋😋😋
---
| 类型 | README | 代码文件夹 |
| ---------- | ------------------------------ | ------------------------ |
| leetcode | [./leetcode.md](./leetcode.md) | [./src](./src) |
| 美团笔试题 | [./meituan.md](./meituan.md) | [./meituan](./meituan) |
| 京东笔试题 | [./jingdong.md](./jingdong.md) | [./jingdong](./jingdong) |