My personal collection of LeetCode solutions, auto-synced via GitHub Actions. Solving problems, tracking progress, and sharpening my DSA skills β one problem at a time.
| Metric | Count |
|---|---|
| β Total Solved | 7 |
| π’ Easy | 4 |
| π‘ Medium | 2 |
| π΄ Hard | 1 |
Last updated: 2026-07-12
This section updates automatically after every sync β no need to edit it manually.
solutions/
βββ 0001-two-sum/
βββ 0009-palindrome-number/
βββ 0020-valid-parentheses/
βββ 0042-trapping-rain-water/
βββ 0053-maximum-subarray/
βββ 0074-search-a-2d-matrix/
βββ 0792-binary-search/
Each solution folder includes the source code and a link back to the original problem.
Solutions are synced automatically from LeetCode using the leetcode-sync GitHub Action:
- β Only accepted submissions are synced
- π Runs daily via a scheduled GitHub Action (and can be triggered manually)
- ποΈ New solutions land in the
solutions/folder automatically - π The stats and structure above are regenerated automatically after every sync by
update_readme.js
Consistent practice, tracked progress, and a public record of growth. This repo is both a learning log and a portfolio piece β showing up, solving problems, and getting a little better each day.
- Arrays & Strings
- Two Pointers
- Binary Search
- Dynamic Programming
- Hash Tables
- Stacks
(Updated as more problems are solved.)
Feel free to explore, get inspired, or reach out if you'd like to discuss any of the solutions!
β If you find this useful, consider giving it a star.