https://github.com/billy0402/leetcode
LeetCode problems solution collection, mainly using Python.
https://github.com/billy0402/leetcode
leetcode python
Last synced: 7 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T01:50:56.000Z (12 months ago)
- Last Synced: 2024-10-24T14:42:10.569Z (12 months ago)
- Topics: leetcode, python
- Language: Python
- Homepage:
- Size: 218 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).