https://github.com/billy0402/leetcode
LeetCode problems solution collection, mainly using Python.
https://github.com/billy0402/leetcode
leetcode python
Last synced: 26 days ago
JSON representation
LeetCode problems solution collection, mainly using Python.
- Host: GitHub
- URL: https://github.com/billy0402/leetcode
- Owner: billy0402
- License: mit
- Created: 2020-01-09T13:00:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-13T04:18:57.000Z (3 months ago)
- Last Synced: 2025-09-13T06:26:08.638Z (3 months ago)
- Topics: leetcode, python
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode
LeetCode problems solution collection, mainly using Python.
## Development environment
- [macOS 12.7.2](https://www.apple.com/tw/macos/monterey/)
- [Visual Studio Code 1.85.1](https://code.visualstudio.com/)
- [Python 3.11.7](https://www.python.org/)
## Installation
```shell
$ make install
```
## Lint
```shell
# style checking
$ make lint
# type checking
$ make typecheck
```
## Testing
```shell
$ make test
```
## Bugs and suggestions
If you have found a bug or have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/billy0402/leetcode/issues
## License
Released under [MIT](/LICENSE) by [@billy0402](https://github.com/billy0402).