{"id":30253203,"url":"https://github.com/hamza-rafique/foundations-of-problem-solving","last_synced_at":"2026-04-17T02:32:01.037Z","repository":{"id":305829467,"uuid":"948612817","full_name":"Hamza-Rafique/Foundations-of-Problem-Solving","owner":"Hamza-Rafique","description":"A complete roadmap to build strong problem-solving and debugging skills with structured phases, resources, and daily practice plans.","archived":false,"fork":false,"pushed_at":"2025-07-23T20:08:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T12:51:35.018Z","etag":null,"topics":["algorithms","bug-fixing","coding-interview","coding-practice","competitive-programming","daily-coding","data-structures","debugging","developer-roadmap","dsa","javascript","learning-roadmap","leetcode","logic-building","problem-solving","programming-basics","software-engineering","technical-skills","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hamza-Rafique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-14T16:35:33.000Z","updated_at":"2025-07-23T20:08:32.000Z","dependencies_parsed_at":"2025-07-22T08:43:10.427Z","dependency_job_id":"e47332b5-ceab-4a9c-82f7-2fe78240408c","html_url":"https://github.com/Hamza-Rafique/Foundations-of-Problem-Solving","commit_stats":null,"previous_names":["hamza-rafique/foundations-of-problem-solving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hamza-Rafique/Foundations-of-Problem-Solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2FFoundations-of-Problem-Solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2FFoundations-of-Problem-Solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2FFoundations-of-Problem-Solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2FFoundations-of-Problem-Solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hamza-Rafique","download_url":"https://codeload.github.com/Hamza-Rafique/Foundations-of-Problem-Solving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2FFoundations-of-Problem-Solving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31912373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","bug-fixing","coding-interview","coding-practice","competitive-programming","daily-coding","data-structures","debugging","developer-roadmap","dsa","javascript","learning-roadmap","leetcode","logic-building","problem-solving","programming-basics","software-engineering","technical-skills","typescript"],"created_at":"2025-08-15T12:50:32.343Z","updated_at":"2026-04-17T02:32:00.998Z","avatar_url":"https://github.com/Hamza-Rafique.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Problem Solving \u0026 Debugging Roadmap\n\nWelcome! This roadmap is designed to help you build a strong foundation in **problem-solving** and **debugging**. Whether you're a beginner or aiming to sharpen your skills, follow this structured path step-by-step.\n\n---\n\n## 📍 Phase 1: Fundamentals (Week 1–2)\n\n### 🎯 Goal:\nUnderstand programming basics and learn to think logically.\n\n### 🔧 Topics to Cover:\n- Variables, Data Types\n- Loops and Conditionals\n- Functions and Recursion\n- Arrays, Strings, and basic Input/Output\n\n### 🧩 Practice:\n- [HackerRank: 10 Days of JavaScript](https://www.hackerrank.com/domains/tutorials/10-days-of-javascript)\n- [LeetCode Easy Problems](https://leetcode.com/problemset/all/?difficulty=Easy)\n\n### 📚 Resources:\n- [freeCodeCamp - JavaScript Basics](https://www.freecodecamp.org/)\n- Book: *Eloquent JavaScript* (First 4 chapters)\n\n---\n\n## 📍 Phase 2: Learn Data Structures \u0026 Algorithms (Week 3–5)\n\n### 🎯 Goal:\nGrasp essential data structures and common algorithms.\n\n### 🧰 Topics:\n- Arrays, Linked Lists\n- Stacks, Queues\n- HashMaps, Sets\n- Binary Trees, Graphs (Intro)\n- Sorting: Bubble, Selection, Merge, Quick\n- Searching: Binary Search, BFS, DFS\n\n### 🧩 Practice:\n- [NeetCode 75](https://neetcode.io/)\n- [GeeksforGeeks – DSA for Beginners](https://www.geeksforgeeks.org/data-structures/)\n\n### 📚 Resources:\n- Book: *Grokking Algorithms*\n- Visualizer: [VisuAlgo](https://visualgo.net/en)\n\n---\n\n## 📍 Phase 3: Master Problem Solving Patterns (Week 6–8)\n\n### 🎯 Goal:\nApply techniques to solve unknown problems efficiently.\n\n### 🔄 Patterns:\n- Sliding Window\n- Two Pointers\n- Fast \u0026 Slow Pointers\n- Divide \u0026 Conquer\n- Backtracking\n- Dynamic Programming (Basics)\n\n### 🧩 Practice:\n- [LeetCode Patterns Sheet](https://seanprashad.com/leetcode-patterns/)\n- [AlgoExpert Pattern List](https://algoexpert.io/product)\n\n---\n\n## 📍 Phase 4: Real Debugging Skills (Week 9–10)\n\n### 🎯 Goal:\nIdentify and fix bugs confidently in real-world code.\n\n### 🛠️ Techniques:\n- Read error messages carefully\n- Use print/console.log debugging\n- Use IDE tools (VS Code Debugger, breakpoints)\n- Binary search in code (narrow down)\n- Rubber duck debugging\n- Unit testing\n\n### 🧩 Debugging Practice:\n- Solve buggy problems: [Codewars](https://www.codewars.com/), [Exercism](https://exercism.io/)\n- Create intentional bugs in your code and fix them\n\n### 🧪 Tools:\n- Chrome DevTools\n- VS Code Debugger\n- Node.js Debugging\n- Python `pdb` / JavaScript `debugger` keyword\n\n---\n\n## 📍 Phase 5: Competitive Programming \u0026 Deep Dive (Ongoing)\n\n### 🎯 Goal:\nTackle complex problems under constraints and improve speed.\n\n### 🧩 Platforms:\n- [Codeforces](https://codeforces.com/)\n- [AtCoder](https://atcoder.jp/)\n- [LeetCode Weekly Contest](https://leetcode.com/contest/)\n\n### 🧠 Learn:\n- Time \u0026 Space Complexity\n- Mathematical Problems\n- Advanced DP \u0026 Graph Problems\n\n---\n\n## 🗃️ Tools for Practice\n\n| Tool | Purpose |\n|------|---------|\n| [LeetCode](https://leetcode.com/) | Problem-solving platform |\n| [GeeksforGeeks](https://www.geeksforgeeks.org/) | DSA learning \u0026 practice |\n| [VS Code](https://code.visualstudio.com/) | IDE for writing/debugging code |\n| [Codeforces](https://codeforces.com/) | Competitive programming |\n\n---\n\n## 📈 Tips to Improve Consistently\n\n- Practice daily — consistency is key.\n- Solve at least 2–3 problems per day.\n- After solving a problem, explain it aloud.\n- Revisit problems you failed after 2–3 days.\n- Join developer communities like Discord, Reddit, StackOverflow.\n\n---\n\n## 📅 Sample Weekly Plan\n\n| Day | Task |\n|-----|------|\n| Mon–Fri | 2 Problems + 1 Debug Challenge |\n| Sat | Learn a new pattern/technique |\n| Sun | Revisit wrong problems + contest |\n\n---\n\n## ✅ Final Checklist\n\n- [ ] Know basic data structures\n- [ ] Comfortable with problem patterns\n- [ ] Debug efficiently using tools\n- [ ] Solve medium-hard LeetCode problems\n- [ ] Participate in coding contests\n\n---\n\n**Start now — even 20 minutes a day can create a big change. Good luck, coder! 🚀**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamza-rafique%2Ffoundations-of-problem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamza-rafique%2Ffoundations-of-problem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamza-rafique%2Ffoundations-of-problem-solving/lists"}