Solving the leetcode problems in Java.
To make and create PRs the following rules should be followed:
- Filenames should be the problem number followed by the problem name with .java extension.
- All algorithm questions should be in that folder.
- The link for the problem should be at the top of the program file.
- Following the link should be problem statement and Example (if any).
- The link, problem statement and example should be commented.
- The Solution should be written without comments.
- See the sample example: see the addDigit file in Algorithm folder.