https://github.com/xiaoxiae/leetcode
My solutions to Leetcode problems, written in Python.
https://github.com/xiaoxiae/leetcode
Last synced: about 1 year ago
JSON representation
My solutions to Leetcode problems, written in Python.
- Host: GitHub
- URL: https://github.com/xiaoxiae/leetcode
- Owner: xiaoxiae
- Created: 2020-10-09T13:49:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T23:18:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T07:09:33.779Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
My solutions to Leetcode problems, written (mostly) in Python.
The files are automatically generated and submited using clearloop's [`leetcode-cli`](https://github.com/clearloop/leetcode-cli) written in Rust, which I definitely recommend (in favour of skygragon's more popular [`leetcode-cli`](https://github.com/skygragon/leetcode-cli) written in JavaScript, which is utterly broken).
## Solved problems
- **Easy:** 36
- **Medium:** 14
- **Hard:** 4