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.
- Host: GitHub
- URL: https://github.com/giansimone/leetcode
- Owner: giansimone
- License: mit
- Created: 2025-03-04T16:16:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T19:08:50.000Z (4 months ago)
- Last Synced: 2025-06-02T18:48:19.050Z (4 months ago)
- Topics: leetcode, leetcode-python, leetcode-python3, leetcode-solutions
- Language: Jupyter Notebook
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.