Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunyoujun/leetcode
💻 LeetCode Practice
https://github.com/yunyoujun/leetcode
leetcode practice
Last synced: about 2 months ago
JSON representation
💻 LeetCode Practice
- Host: GitHub
- URL: https://github.com/yunyoujun/leetcode
- Owner: YunYouJun
- License: mit
- Created: 2018-08-25T12:43:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T04:47:21.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:03:09.742Z (9 months ago)
- Topics: leetcode, practice
- Language: Python
- Homepage: https://yunyoujun.github.io/LeetCode/
- Size: 1.03 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
[![LeetCode TOC](https://github.com/YunYouJun/LeetCode/workflows/LeetCode%20TOC/badge.svg)](https://github.com/YunYouJun/LeetCode/actions?query=workflow%3A%22LeetCode+TOC%22)
> 用优雅的方式刷题吧!(自动生成题目信息与推送)
[LeetCode](https://leetcode-cn.com) Practice [TOC 目录](https://yunyoujun.github.io/LeetCode/)
## Language
- JavaScript
- TypeScript
- Python3## Usage
- `npm run test`: Run all test cases by vitest.
- `npm run start`: Start solve problem, input `titleSlug` to generate info
- `npm run solve`: Solve problem and push to github
- `npm run generate:TOC`: Generate TOC
- `npm run lint`: Lint all files by [ESLint](https://eslint.org/)## FAQ
- [x] vitest bug [RangeError: Maximum call stack size exceeded](https://github.com/vitest-dev/vitest/issues/3060)
- Caused by `.env`. `PYTHONPATH=${workspaceFolder}:${PYTHONPATH}`## Ref
- [高频题 - CodeTop](https://codetop.cc/)