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

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

Awesome Lists containing this project

README

          

# LeetСode solutions

![Python](https://img.shields.io/badge/python-3.11-blue.svg)
[![license](https://img.shields.io/badge/licence-MIT-green.svg)](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.