{"id":20439601,"url":"https://github.com/mounishvatti/learndsa","last_synced_at":"2026-04-19T05:33:04.618Z","repository":{"id":219497220,"uuid":"749198246","full_name":"mounishvatti/LearnDSA","owner":"mounishvatti","description":"This repository contains concepts in C++ from Beginner to Advanced with Data Structures \u0026 Algorithms","archived":false,"fork":false,"pushed_at":"2024-10-16T10:08:35.000Z","size":2251,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T07:35:21.480Z","etag":null,"topics":["arrays","binary-search","cpp","doubly-linked-list","hashing","linked-list","math","oops","pointers","problem-solving","queue","recursion","sorting-algorithms","stack","stl","strings"],"latest_commit_sha":null,"homepage":"https://mounishvatti.github.io/LearnDSA/","language":"C","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/mounishvatti.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}},"created_at":"2024-01-27T21:18:26.000Z","updated_at":"2024-10-16T10:08:39.000Z","dependencies_parsed_at":"2024-05-13T15:42:29.227Z","dependency_job_id":"7b1956aa-cbd4-4f12-a0e8-a91e7395864c","html_url":"https://github.com/mounishvatti/LearnDSA","commit_stats":null,"previous_names":["mounishvatti/cpp-basic-to-advanced-with-dsa","mounishvatti/learndsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mounishvatti/LearnDSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mounishvatti%2FLearnDSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mounishvatti%2FLearnDSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mounishvatti%2FLearnDSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mounishvatti%2FLearnDSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mounishvatti","download_url":"https://codeload.github.com/mounishvatti/LearnDSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mounishvatti%2FLearnDSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281055225,"owners_count":26436350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["arrays","binary-search","cpp","doubly-linked-list","hashing","linked-list","math","oops","pointers","problem-solving","queue","recursion","sorting-algorithms","stack","stl","strings"],"created_at":"2024-11-15T09:18:33.788Z","updated_at":"2025-10-26T04:03:54.372Z","avatar_url":"https://github.com/mounishvatti.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## C++ Basic to Advanced with Data Structures and Algorithms\n\nWelcome to the \"C++ Basic to Advanced DSA\" repository! This repository is dedicated to learning and practicing C++ programming from basic to advanced concepts, with a focus on Data Structures and Algorithms (DSA).\n\n\n\u003e [!NOTE]\n\u003e The codebase and concepts will be updated regularly, several topics like Bit Manipulation, Trees, and Graphs are yet to be covered.\n\n### Introduction\n\nThis repository is created to provide a structured learning path for anyone interested in mastering C++ programming language along with gaining proficiency in Data Structures and Algorithms. Whether you are a beginner or looking to enhance your skills, this repository aims to guide you through the essentials to advanced topics.\n\n### Topics Covered\n\n- **C++ Basics:** Variables, Data Types, Control Flow, Functions, Object-Oriented Programming (OOP), etc.\n- **Advanced C++ Features:** Templates, Standard Template Library (STL), Smart Pointers, Exception Handling, etc.\n- **Data Structures:** Arrays, Linked Lists, Stacks, Queues, Trees, Graphs, Hashing, etc.\n- **Algorithms:** Searching, Sorting, Dynamic Programming, Greedy Algorithms, Divide and Conquer, etc.\n\n- `LeetCode-Solutions` repository: [`Link`](https://github.com/mounishvatti/LeetCode-Solutions)\n\nFeel free to explore the content based on your current level and learning objectives.\nThis repository will be updated regularly to cover all the topics.\n\n### Resources that you can make use of:\n\n#### C++ | DSA | Competitive Programming\n[`Striver A2Z SDE Sheet`](https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/) -  Absolute beginners\u003cbr\u003e\n[`Striver SDE Sheet`](https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems/) -  If you are familiar with DSA\u003cbr\u003e\n[`Striver 79`](https://takeuforward.org/interview-sheets/strivers-79-last-moment-dsa-sheet-ace-interviews/) -  Interview prep\u003cbr\u003e\n\n[`Competitive Programming + DSA in Hindi`](https://www.youtube.com/playlist?list=PLauivoElc3ggagradg8MfOZreCMmXMmJ-) - By Luv\u003cbr\u003e\n\n#### DSA Roadmap \n[`neetcode.io`](https://neetcode.io/roadmap) \n\n#### Competitive Programming Setup in Sublime Text\n\n[`Sublime Text setup for competitive programming`](https://github.com/mounishvatti/competitive-programming-setup)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmounishvatti%2Flearndsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmounishvatti%2Flearndsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmounishvatti%2Flearndsa/lists"}