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

https://github.com/giansimone/leetcode

My solutions to LeetCode problems.
https://github.com/giansimone/leetcode

leetcode leetcode-python leetcode-python3 leetcode-solutions

Last synced: 4 months ago
JSON representation

My solutions to LeetCode problems.

Awesome Lists containing this project

README

          

# leetcode

Contents
- [LeetCode Solutions](#leetcode-solutions)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## LeetCode Solutions
This repository contains my solutions to LeetCode problems, organised by problem number. Each solution is written in Python and includes examples to test the solution.

## Installation
```bash
pip install poetry
poetry install
```

## Usage
Open the Jupyter notebooks in the `resources` directory to view the solutions and examples. You can run the notebooks using Jupyter Notebook or Jupyter Lab.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.