An open API service indexing awesome lists of open source software.

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.

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).