{"id":19810578,"url":"https://github.com/mittalbhavya/journey2c-","last_synced_at":"2026-06-16T09:31:49.828Z","repository":{"id":159118237,"uuid":"630891567","full_name":"MITTALBHAVYA/journey2c-","owner":"MITTALBHAVYA","description":"Explore my GitHub repository chronicling my learning journey in C++ and Data Structures \u0026 Algorithms (DSA). This collection showcases various projects, exercises, and assignments, illustrating my growth and proficiency in C++ programming and fundamental DSA concepts. Dive into examples covering OOP, data structures, algorithms, and competitive prog","archived":false,"fork":false,"pushed_at":"2024-07-10T12:00:12.000Z","size":17211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T18:44:54.527Z","etag":null,"topics":["algorithms","codelearning","competitiveprogramming","datastructures","dsa","objectorientedprogramming"],"latest_commit_sha":null,"homepage":"","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/MITTALBHAVYA.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":"securityloginCPPproject(sem3)/Mini Project.pptx","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-21T11:53:49.000Z","updated_at":"2024-07-11T13:30:18.000Z","dependencies_parsed_at":"2023-05-17T19:45:26.241Z","dependency_job_id":"f80c1db8-99b2-4092-9739-bacf903f5c00","html_url":"https://github.com/MITTALBHAVYA/journey2c-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MITTALBHAVYA/journey2c-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITTALBHAVYA%2Fjourney2c-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITTALBHAVYA%2Fjourney2c-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITTALBHAVYA%2Fjourney2c-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITTALBHAVYA%2Fjourney2c-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MITTALBHAVYA","download_url":"https://codeload.github.com/MITTALBHAVYA/journey2c-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITTALBHAVYA%2Fjourney2c-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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","codelearning","competitiveprogramming","datastructures","dsa","objectorientedprogramming"],"created_at":"2024-11-12T09:22:28.879Z","updated_at":"2026-06-16T09:31:49.811Z","avatar_url":"https://github.com/MITTALBHAVYA.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Journey of Learning C++ and DSA\n\nWelcome to my GitHub repository documenting my journey of learning C++ and Data Structures \u0026 Algorithms (DSA). This repository contains various projects, exercises, and assignments that I have worked on as I progressed through learning C++ and mastering DSA concepts.\n\n## Repository Overview\n\nThis repository is a comprehensive collection of my work in C++ and DSA, demonstrating my growth and understanding of these subjects.\n\n## Repository Link\n\nYou can find the repository [here](https://github.com/MITTALBHAVYA/journey2c-).\n\n## Contents\n\n1. **Basic C++ Programs**\n   - Simple programs to understand the syntax and features of C++.\n\n2. **Object-Oriented Programming (OOP)**\n   - Projects and examples demonstrating OOP concepts like classes, objects, inheritance, polymorphism, encapsulation, and abstraction.\n\n3. **Data Structures**\n   - Implementations and examples of fundamental data structures such as arrays, linked lists, stacks, queues, trees, and graphs.\n\n4. **Algorithms**\n   - Various sorting and searching algorithms, along with examples of their usage.\n\n5. **Advanced C++ Concepts**\n   - Programs exploring advanced topics like templates, exception handling, and file I/O.\n\n6. **Dynamic Programming and Greedy Algorithms**\n   - Exercises and projects on dynamic programming techniques and greedy algorithms.\n\n7. **Graph Algorithms**\n   - Implementation of graph traversal algorithms like DFS, BFS, and shortest path algorithms like Dijkstra's and Bellman-Ford.\n\n8. **Tree Algorithms**\n   - Programs on binary trees, binary search trees, AVL trees, and other tree-related algorithms.\n\n9. **Competitive Programming Practice**\n   - Solutions to problems from competitive programming platforms, focusing on algorithmic challenges and problem-solving skills.\n\n## Getting Started\n\n### Prerequisites\n\n- C++ compiler (e.g., g++)\n- Basic understanding of C++ programming and data structures\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/MITTALBHAVYA/journey2c-.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd journey2c-\n   ```\n\n### Running the Programs\n\nTo compile and run any of the programs, use the following commands in your terminal:\n\n1. Compile the program:\n   ```bash\n   g++ program_name.cpp -o program_name\n   ```\n2. Run the compiled program:\n   ```bash\n   ./program_name\n   ```\n\n## Learning Objectives\n\n- Understand and apply the fundamental concepts of C++.\n- Gain proficiency in object-oriented programming.\n- Master the implementation and usage of various data structures.\n- Develop a strong understanding of algorithms and their complexities.\n- Enhance problem-solving skills through competitive programming practice.\n\n## Contributing\n\nIf you'd like to contribute to this repository, feel free to fork the project and submit a pull request with your improvements or additional examples.\n\n## Acknowledgments\n\nI would like to thank my professors, classmates, and the online programming community for their support and resources throughout my learning journey.\n\n## License\n\nThis project is open-source and available under the MIT License.\n\n---\n\nThis README file provides an overview of my C++ and DSA journey repository, detailing its contents, learning objectives, and how to get started with the programs included. I hope this serves as a useful resource for anyone beginning their journey in C++ and DSA.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmittalbhavya%2Fjourney2c-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmittalbhavya%2Fjourney2c-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmittalbhavya%2Fjourney2c-/lists"}