Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!