Solutions written by me for Leetcode problems, mainly to do not forget how to write golang and excercice algorithms. Find the solutions groupped by easy, medium and hard with some test cases for each of the functions and a table of content down below.
| Item | Date | Type | TESTS PASS |
|---|---|---|---|
| 1. Two Sum | 2025-03-01 | EASY | 63 / 63 |
| 2. Add two numbers | 2025-03-02 | MEDIUM | 1565 / 1569 |
| 9. Palindrome Number | 2025-03-15 | EASY | 11511 / 11511 |
| 13. Roman to Integer | 2025-03-22 | EASY | 3999 / 3999 |
| 26. Remove Duplicates from Sorted Array | 2025-03-01 | EASY | 362 / 362 |
| 2460. Apply Operations to an Array | 2025-03-01 | EAS | 36 / 36 |