https://github.com/xiezhq-hermann/leetcode-in-python
My own LeetCode solutions in Python (in updating)
https://github.com/xiezhq-hermann/leetcode-in-python
algorithm leetcode leetcode-python leetcode-solutions python python3
Last synced: 3 months ago
JSON representation
My own LeetCode solutions in Python (in updating)
- Host: GitHub
- URL: https://github.com/xiezhq-hermann/leetcode-in-python
- Owner: xiezhq-hermann
- License: mit
- Created: 2017-08-20T17:04:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T04:36:22.000Z (over 7 years ago)
- Last Synced: 2025-01-28T20:12:15.643Z (5 months ago)
- Topics: algorithm, leetcode, leetcode-python, leetcode-solutions, python, python3
- Language: Python
- Size: 244 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode-in-Python
My own LeetCode solutions in Python (in updating)### Specification
Solutions are sorted by alphabetical order of problems, and the postfix indicate the #NO.All my codes run in the best time complexity and you can refer commit message to know the specific running time and beating rate. I recommend this repository to you for more information like time, space complexity and diffciculty @kamyu104 :
https://github.com/kamyu104/LeetCode`editorial` repository stores all my editorial solution writed for LeetCode. No markdown source file is avaiable for copyright restriction. You can contact me to ask for it for non-commercial use.
I'll appreciate any advice towards these codes.