{"id":26327512,"url":"https://github.com/hacker-anakin/cpp-dsa","last_synced_at":"2025-03-15T20:19:40.013Z","repository":{"id":281335492,"uuid":"940513098","full_name":"Hacker-Anakin/Cpp-DSA","owner":"Hacker-Anakin","description":"Master C++ DSA with structured modules, hands-on coding, MCQs, and real-world implementations. Perfect for interviews, competitions, and problem-solving! 🚀","archived":false,"fork":false,"pushed_at":"2025-03-08T10:59:09.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T11:29:49.787Z","etag":null,"topics":["cpp","cpp-programming","dsa","dsa-algorithm","dsa-cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hacker-Anakin.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-28T10:01:52.000Z","updated_at":"2025-03-08T11:00:00.000Z","dependencies_parsed_at":"2025-03-08T11:40:54.126Z","dependency_job_id":null,"html_url":"https://github.com/Hacker-Anakin/Cpp-DSA","commit_stats":null,"previous_names":["hacker-anakin/cpp-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Anakin%2FCpp-DSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Anakin%2FCpp-DSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Anakin%2FCpp-DSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Anakin%2FCpp-DSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacker-Anakin","download_url":"https://codeload.github.com/Hacker-Anakin/Cpp-DSA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243785606,"owners_count":20347501,"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","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":["cpp","cpp-programming","dsa","dsa-algorithm","dsa-cpp"],"created_at":"2025-03-15T20:19:39.355Z","updated_at":"2025-03-15T20:19:39.998Z","avatar_url":"https://github.com/Hacker-Anakin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ DSA Jupyter Notebook\n\nWelcome to the **C++ DSA Notes**! This repository is designed to guide you through learning **Data Structures and Algorithms (DSA) in C++** step by step. Each chapter is structured as a separate cpp file, making it easy to follow along with explanations, code examples, and exercises.\n\n![alt text](https://media.licdn.com/dms/image/v2/D5612AQHk1TSLucGSCQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1699339646894?e=1746662400\u0026v=beta\u0026t=4uYpdECaDLHS5-XXhyMHqek7njS_2OfmidhBQs-zNqE)\n\n## 📖 Table of Contents\n\n- [Installation](#installation)\n- [How to Use](#how-to-use)\n- [Chapters Overview](#chapters-overview)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## ⚡ Installation\n\nBefore getting started, ensure you have **C++ installed** on your system.\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/Hacker-Anakin/Cpp-Notes.git\n   cd CPP-Notes\n   ```\n2. **Compile the C++ files using g++:**\n   ```bash\n   g++ ./Chapter1.cpp\n   g++ ./Chapter2.cpp\n   ```\n3. **Run the compiled executables:**\n   ```bash\n   ./Chapter1.exe\n   ./Chapter2.exe\n   ```\n\n---\n\n## 🚀 How to Use\n\n- Each module contains a `.cpp` source file with explanations and implementations of **DSA concepts**.\n- The corresponding `.exe` files are compiled versions for direct execution.\n- Modify and experiment with the C++ files to enhance your understanding.\n\n---\n\n## 📚 Modules Overview\n\n### **Module 1 (Basics and Control Structures)**\nTopics: Basics of C++, Input/output operations, Control structures, Loops  \n\n### **Module 2 (Functions and Recursion )**\nTopics: Functions, Recursion fundamentals  \n\n### **Module 3 (File Handling)**\nTopics: File streams, I/O in files\n\n\n### **Module 4 (Arrrays, Strings and Pointers)**\nTopics: Arrays, Array Operations, Strings, String Functions, Pointers, Dynamic memory, \n\n\u003c!--\n \nStructures and Enumerations\nObject-oriented programming basics \nSearching and Sorting Algorithms\nSTL\nSTL\nSTL\n### **Module 5 ()**\nTopics: Linear \u0026 Binary Search, Quick Sort, Merge Sort, Bubble Sort  \n\n### **Module 6 (Vector and Pair)**  \nTopics: STL vectors, Pairs, Iterators  \n\n### **Module 7 (Linked List)**\nTopics: Singly and Doubly Linked Lists, Circular Linked List  \n\n### **Module 8 (Stacks and Queues)**\nTopics: Stack implementation, Queue operations, Priority queue  \n\n### **Module 9 (Sets and Maps)**\nTopics: STL sets and maps, Hashing  \n\n### **Module 10 (Trees and Graph Data Structures)**\nTopics: Binary Trees, Binary Search Trees, Graph Traversal (DFS, BFS)   --\u003e\n\n---\n\n## 🔥 Contributing\n\nContributions are welcome! Feel free to:\n- Fix bugs or improve existing implementations.\n- Add more DSA problems and solutions.\n- Optimize code for better performance.\n\nFork the repository and submit a pull request!\n\n---\n\n## 📝 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## 📩 Contact\n\nFor questions, reach out at **cakely63@gmail.com**.\n\nHappy Coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker-anakin%2Fcpp-dsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacker-anakin%2Fcpp-dsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker-anakin%2Fcpp-dsa/lists"}