Welcome to my daily progress log where I solve and reflect on LeetCode problems. Each problem is solved in a clean, interview-style format with pattern recognition, clean code, and structured folders.
| πΏ Day | π’ Problem No. | π Title | π Category | π§ Pattern | β Status | π Time | π§© Level |
|---|---|---|---|---|---|---|---|
| 1 | 1 | Two Sum | Arrays | Hash Map | β Solved | O(n) | Easy |
| 1 | 26 | Remove Duplicates | Arrays | Two Pointers | β Solved | O(n) | Easy |
| 2 | 27 | Remove Element | Arrays | Two Pointers | β Solved | O(n) | Easy |
| 2 | 35 | Search Insert | Arrays | β | β Solved | O(n) | Easy |
| 2 | 66 | Plus One | Arrays | β | β Solved | O(n) | Easy |
| 2 | 125 | Valid Palindrome | Strings | two-pointer | β Solved | O(n) | Easy |
leetcode-dsa-journey/
βββ Arrays/
β βββ 1-two-sum.py
β βββ 26-remove-duplicates-from-sorted-array.py
β βββ 27-remove-element.py
β βββ 35-search-insert.py
β βββ 66-plus-one.py
β βββ xx-?.py
βββ Two Pointers/
β βββ125-valid-palindrome.py
βββ README.md- π§ Email: sibaram.work@gmail.com
- π Portfolio: thesibram
- π GitHub: (https://github.com/thesibaram)