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

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)

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.