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

https://github.com/xidongc/py_leetcode

leetcode solution using python3
https://github.com/xidongc/py_leetcode

leetcode python3

Last synced: 16 days ago
JSON representation

leetcode solution using python3

Awesome Lists containing this project

README

          

# Python Leetcode
> Python3 Version of Leetcode Algorithm Problems

-------------------------
- [Introduction](#introduction)
- [Contributing](#Contributing)
- [License](#license)

-------------------------
## Introduction
Python Leetcode project contains solutions for leetcode algorithm problems, which can be found
from: `leetcode.com/problemset/all/` each folder is a solutions' collection for specific algorithm
or topic, besides, each solution need to get AC at least before commit.

Thanks to `huijiang0102`, I do have lots of good remembrances at that time. even though we now have
our own, different life.

To myself: The harder you persist, the luckier you will be

-------------------------
## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

-------------------------
## License

The Python Leetcode is licensed under the [Apache License](LICENSE).