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: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:06:29.000Z (about 1 year ago)
- Last Synced: 2024-05-22T16:08:49.911Z (about 1 year 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.

## 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! 🚀