https://github.com/mhenderson/leet
My solutions to Leetcode problems
https://github.com/mhenderson/leet
leetcode-python leetcode-solutions programming-exercises
Last synced: 4 months ago
JSON representation
My solutions to Leetcode problems
- Host: GitHub
- URL: https://github.com/mhenderson/leet
- Owner: MHenderson
- Created: 2023-05-25T13:41:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T15:44:17.000Z (over 2 years ago)
- Last Synced: 2024-11-15T17:11:55.263Z (about 1 year ago)
- Topics: leetcode-python, leetcode-solutions, programming-exercises
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leet
## accepted
| problem | solution |
|:-------:|:------------------------:|
| 345 | [(py)](src/345/345.py) |
| 1031 | [(py)](src/1031/1031.py) |
| 1252 | [(py)](src/1252/1252.py) |
| 1431 | [(py)](src/1431/1431.py) |
| 1768 | [(py)](src/1768/1768.py) |
## not accepted
| problem | solution |
|:-------:|:------------------------:|
| 88 | [(py)](src/88/88.py) |
| 283 | [(py)](src/283/283.py) |
| 605 | [(py)](src/605/605.py) |