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.🙂🙂
Think a question should/shouldn't be included? Wish there was another feature? Feel free to open an issue with your suggestion!
- See
Guidelines
- Fork the repository
- Make the desired changes (add/delete/modify)
- Make a pull request
- If there is no solution to a problem in either
C++
orJava
orPython
orany other language
in the main branch - If your solution to an existing problem is asymptotically faster than the one in the main branch
- 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
- If your method of solving asymptotically slower then comment your solution and make a pull request