https://github.com/nkeramov/leetcode_solutions
Python solutions of LeetCode problems
https://github.com/nkeramov/leetcode_solutions
algorithm algorithms data-structures leetcode-python leetcode-solutions python
Last synced: 18 days ago
JSON representation
Python solutions of LeetCode problems
- Host: GitHub
- URL: https://github.com/nkeramov/leetcode_solutions
- Owner: Nkeramov
- License: mit
- Created: 2024-01-06T10:58:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T12:57:02.000Z (9 months ago)
- Last Synced: 2025-09-07T14:40:08.258Z (9 months ago)
- Topics: algorithm, algorithms, data-structures, leetcode-python, leetcode-solutions, python
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetСode solutions

[](https://opensource.org/licenses/MIT)
This repository contains my Python solutions of LeetCode problems.
- All Solutions here are in Python 3.
- All solutions are divided by difficulty level.
- Solutions and approaches may be not optimal.
- I strongly recommend you to try to solve the problems yourself before looking at the solutions here.