Skip to content

RIYA-291010/LEETCODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 LeetCode Solutions

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.

πŸ“Š Progress

Solved Easy Medium Hard

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.


πŸ“ Repository Structure

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.


βš™οΈ How This Repo Works

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

🧠 Why I'm Doing This

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.


πŸš€ Topics Covered

  • Arrays & Strings
  • Two Pointers
  • Binary Search
  • Dynamic Programming
  • Hash Tables
  • Stacks

(Updated as more problems are solved.)


πŸ“¬ Connect

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.

About

🧩 My LeetCode solutions, auto-synced daily via GitHub Actions β€” tracking progress, one problem at a time.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors