Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harishkumar023/leetcode-problem-answers
Leetcode Question and Answers
https://github.com/harishkumar023/leetcode-problem-answers
coding leetcode leetcode-python leetcode-solutions python
Last synced: about 1 month ago
JSON representation
Leetcode Question and Answers
- Host: GitHub
- URL: https://github.com/harishkumar023/leetcode-problem-answers
- Owner: HARISHKUMAR023
- Created: 2024-03-27T14:47:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:06:29.000Z (8 months ago)
- Last Synced: 2024-05-22T16:08:49.911Z (8 months ago)
- Topics: coding, leetcode, leetcode-python, leetcode-solutions, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions
This repository contains both Questions & solutions to LeetCode problems.
![CODER GIF](https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ3V2a3YyNGptZmEyczNkdjc0N3ZrMWFoOHVkeHhnZjBhazB2YTYzZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/MdA16VIoXKKxNE8Stk/giphy.gif)
## Structure
Each problem solution is organized into its own directory. Within each directory, you'll find:
- A Question file , typically named `question.md`
- A solution file, typically named `answer.md` in Python
- A README file providing a description of the problem, examples, constraints, and any additional notes.## How to Use
You can browse through the directories to find solutions to specific problems. Each problem directory contains a README file with detailed explanations.
Feel free to explore, learn, and contribute by submitting more efficient solutions or suggesting improvements.
## Contributing
If you'd like to contribute to this repository, you can follow these steps:
1. Fork this repository.
2. Create a new branch (`git checkout -b feature/improvement`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some improvement'`).
5. Push to the branch (`git push origin feature/improvement`).
6. Create a new Pull Request.## Contact
If you have any questions, suggestions, or feedback, feel free to reach out to me.
Happy coding! 🚀