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
- Host: GitHub
- URL: https://github.com/xidongc/py_leetcode
- Owner: xidongc
- License: apache-2.0
- Created: 2018-05-19T13:34:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T03:26:56.000Z (almost 2 years ago)
- Last Synced: 2024-02-26T04:33:12.675Z (almost 2 years ago)
- Topics: leetcode, python3
- Language: Python
- Homepage:
- Size: 522 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).