Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkprajapati7402/leetcode-solutions
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
https://github.com/pkprajapati7402/leetcode-solutions
algorithms array coding-challenge competitive-programming cpp data-structures dynamic-programming graph hashmap leetcode leetcode-solutions linked-list problem-solving programming strings tree
Last synced: about 4 hours ago
JSON representation
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
- Host: GitHub
- URL: https://github.com/pkprajapati7402/leetcode-solutions
- Owner: pkprajapati7402
- License: mit
- Created: 2024-07-31T10:34:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T06:11:29.000Z (3 months ago)
- Last Synced: 2024-08-07T18:17:15.012Z (3 months ago)
- Topics: algorithms, array, coding-challenge, competitive-programming, cpp, data-structures, dynamic-programming, graph, hashmap, leetcode, leetcode-solutions, linked-list, problem-solving, programming, strings, tree
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions
![LeetCode](https://upload.wikimedia.org/wikipedia/commons/1/19/LeetCode_logo_black.png)Welcome to the LeetCode Solutions repository! This repository contains my solutions to various LeetCode problems, implemented in Python. Each solution is well-documented and includes explanations to help understand the approach taken to solve the problem.
## Categories
The problems are categorized into various topics, including but not limited to:
- Array
- LinkedList
- DynamicProgramming
- Tree
- Graph
- String
- HashMap## How to Use
1. **Clone the Repository**
```bash
git clone https://github.com/pkprajapati7402/LeetCode-Solutions.git
cd LeetCode-Solutions
```2. **Navigate to the Desired Category**
```bash
cd Array
```3. **Open the Problem Solution**
```bash
cat problem_name.py
```## Contributing
I welcome contributions to improve the solutions or add new ones. If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes.
4. Push the branch to your fork.
5. Create a pull request.Please make sure your code adheres to the existing style and includes comments explaining your solution.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
If you have any questions, feel free to reach out:
- **GitHub:** [pkprajapati7402](https://github.com/pkprajapati7402)
Happy Coding!