This repository gathers my solutions to challenges from LeetCode, all written in Java. The goal is to practice algorithms, data structures, and good programming practices, as well as to track my progress over time.
| # | Title | Solution | Difficulty |
|---|---|---|---|
| 1 | Two Sum | Java | Easy |
| 9 | Palindrome Number | Java | Easy |
| 13 | Roman to Integer | Java | Easy |
| 14 | Longest Common Prefix | Java | Easy |
| 20 | Valid Parentheses | Java | Easy |
| 21 | Merge Two Sorted Lists | Java | Easy |
| 26 | Remove Duplicates from Sorted Array | Java | Easy |