All the easy level problem's solutions are available in this repository. The language used is Python ! If you get stuck anywhere then simply check the solution here, understand it and then implement it yourself.
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
- If your solution's time complexity is better than the solution already present.
- If your solution's space complexity is better than the solution already present.
- If your solution is of the same time and space complexity but is more concise. In this case, comment out the original solution & make a pull request with your solution.
- If your solution is of the same time and space complexity but is easier/more readable to understand.