Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/md-shamim-ahmad/leetcode-problem-solution

Hi ! Here you find the solution code of Leetcode Judge problem using c++ or java language. You also find contest time solution code here. Happy Coding
https://github.com/md-shamim-ahmad/leetcode-problem-solution

algorithm cplusplus cpp data-structures hacktoberfest hacktoberfest-accepted hacktoberfest2024 hacktoberfest2024-accepted interview-practice interview-preparation interview-questions java javascript kotlin leetcode leetcode-questions leetcode-solutions python

Last synced: 2 months ago
JSON representation

Hi ! Here you find the solution code of Leetcode Judge problem using c++ or java language. You also find contest time solution code here. Happy Coding

Awesome Lists containing this project

README

        

# [Leetcode](https://leetcode.com/problemset/all/)






















## Code

My **EASY**, **CLEAN** and **UNDERSTANDABLE** Solutions for LeetCode problems. Maybe some solutions are not as effective
as those top solutions. But I'll try my best to make my solution better.🙂🙂

## Suggestions

Think a question should/shouldn't be included? Wish there was another feature?
Feel free to open an [issue](https://github.com/Md-Shamim-Ahmmed/LeetCode-Problem-Solution/issues) with your suggestion!

## Contribution Guidelines :page_with_curl:
### How to contribute? :eyes:
1. See [```Guidelines```](https://github.com/md-shamim-ahmad/LeetCode-Problem-Solution/blob/main/Contribution%20Guidelines/How%20to%20Add%20a%20new%20Solution%20Code.md)
2. Fork the repository
4. Make the desired changes (add/delete/modify)
5. Make a pull request

### When to contribute? :eyes:
1. If there is no solution to a problem in either `C++` or `Java` or `Python` or `any other language`in the main branch
2. If your solution to an existing problem is asymptotically faster than the one in the main branch
3. If your algorithm has the same time complexity but with reduced code size. In such cases comment the original
solution and make a pull request with your solution
4. If your method of solving asymptotically slower then comment your solution and make a pull request