Description, explanation & solutions to LeetCode problems.
| # | Title | Solution | Level | Tag(s) |
|---|---|---|---|---|
| 001 | Two Sum | Java | Easy | Math |
| 002 | Add Two Numbers | Java | Medium | LinkedList |
| 020 | Valid Parentheses | Java | Easy | |
| 055 | Jump Game | Java | Medium | |
| 252 | Meeting Rooms | Java | Easy | |
| 258 | Add Digits | Java | Easy | Math |
| 394 | Decode String | Java | Medium | Stack, String |
| 478 | Generate Random Point In A Circle | Java | Medium | Array, Math |
| 695 | Max Area of Island | Java | Medium | 2DArray, DFS |
| 896 | Monotonic Array | Java | Easy | Array |