| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository was created as a way to deepen understanding of algorithms and data structures by solving problems from Leetcode. Each solution is documented to serve as both a reference and a personal learning log.
It is structured in a way that makes it easy to review, revisit, and expand my problem-solving knowledge over time.
All the topics organized in a logical order to study.
Start with Core Skills
Move on to Practice Questions
Review and Revisit
Organized by topic (e.g., arrays, graph, dp). Each problem is in a numbered folder with a slug:
📁 arrays/ ├── 001_two_sum/ │ ├── solution.cpp │ └── README.md
This repo includes a helper script to standardize documentation:
chmod +x add_problem.sh./add_problem.shIt will prompt you for:
It then creates a folder with:
Made with dedication by Shellyda
| Back | FazBrowse Home | New Git URL |