Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shani-sinojiya/leetcode-solutions
Leetcode Solutions
https://github.com/shani-sinojiya/leetcode-solutions
leetcode leetcode-python leetcode-solutions python
Last synced: about 2 months ago
JSON representation
Leetcode Solutions
- Host: GitHub
- URL: https://github.com/shani-sinojiya/leetcode-solutions
- Owner: Shani-Sinojiya
- License: mit
- Created: 2024-12-03T13:47:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:05:04.000Z (about 2 months ago)
- Last Synced: 2024-12-03T15:20:09.733Z (about 2 months ago)
- Topics: leetcode, leetcode-python, leetcode-solutions, python
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions
Welcome to my LeetCode solutions repository! This repository contains my solutions to various LeetCode problems. Each solution is implemented in a clear and concise manner, with the goal of improving my problem-solving skills and understanding of algorithms and data structures.
## Table of Contents
- [Introduction](#introduction)
- [Contributing](#contributing)
- [License](#license)
- [Problems](problem.md)## Introduction
This repository is a collection of my solutions to LeetCode problems. Each solution is organized by problem number and includes a detailed explanation of the approach used to solve the problem.
Each problem directory contains:
- `solution.py`: The Python implementation of the solution.
- `test.py`: The Worst Case test of solution.
- `README.md`: A detailed explanation of the problem and the solution.## Contributing
Contributions are welcome! If you have a better solution or an improvement to an existing solution, feel free to open a pull request. Please ensure your code follows the repository's coding standards and includes a detailed explanation.
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
Happy coding!