Recursion (5 completed)
| # | Title | Level | Cats | Solution | Languages | Date Complete |
|---|---|---|---|---|---|---|
| 2 | Add Two Numbers | Medium | N150 | solution | java | May 22, 2024 |
| 21 | Merge Two Sorted Lists | Easy | B75, N150 | solution | java | May 22, 2024 |
| 24 | Swap Nodes in Pairs | Medium | solution | c | Jun 07, 2024 | |
| 25 | Reverse Nodes in k-Group | Hard | N150 | solution | c | Jun 07, 2024 |
| 50 | Pow(x, n) | Medium | N150 | solution | c, java, py | Jun 23, 2024 |