Skip to content

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

License

Notifications You must be signed in to change notification settings

YhnYsc/LeetCode-Problem-Solution

 
 

Repository files navigation


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 with your suggestion!

Contribution Guidelines 📃

How to contribute? 👀

  1. See Guidelines
  2. Fork the repository
  3. Make the desired changes (add/delete/modify)
  4. Make a pull request

When to contribute? 👀

  1. If there is no solution to a problem in either C++ or Java or Python or any other languagein 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.3%
  • Java 29.7%
  • Python 2.7%
  • Kotlin 1.0%
  • C# 0.9%
  • JavaScript 0.3%
  • C 0.1%