{"id":21212656,"url":"https://github.com/raihanuldev/cpp-for-dsa","last_synced_at":"2025-10-08T22:34:31.718Z","repository":{"id":263170870,"uuid":"889573038","full_name":"raihanuldev/Cpp-for-DSA","owner":"raihanuldev","description":"Cpp basics for Jumping DSA","archived":false,"fork":false,"pushed_at":"2024-12-07T09:10:50.000Z","size":916,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T02:05:21.906Z","etag":null,"topics":["codeforces-solutions","cpp","dsa","dsa-algorithm"],"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/raihanuldev.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-11-16T17:10:22.000Z","updated_at":"2024-12-25T13:07:05.000Z","dependencies_parsed_at":"2025-03-14T23:42:27.853Z","dependency_job_id":"3bbee1ac-ff65-4d29-b057-237e00df637a","html_url":"https://github.com/raihanuldev/Cpp-for-DSA","commit_stats":null,"previous_names":["raihanuldev/cpp-for-dsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raihanuldev/Cpp-for-DSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raihanuldev%2FCpp-for-DSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raihanuldev%2FCpp-for-DSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raihanuldev%2FCpp-for-DSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raihanuldev%2FCpp-for-DSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raihanuldev","download_url":"https://codeload.github.com/raihanuldev/Cpp-for-DSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raihanuldev%2FCpp-for-DSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000786,"owners_count":26082851,"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-08T02:00:06.501Z","response_time":56,"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":["codeforces-solutions","cpp","dsa","dsa-algorithm"],"created_at":"2024-11-20T21:11:35.757Z","updated_at":"2025-10-08T22:34:31.688Z","avatar_url":"https://github.com/raihanuldev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# C++ for DSA  \n\nThis repository is designed for beginners who want to learn **Data Structures and Algorithms (DSA)** using **C++**. If you are a beginner in programming, you can start with my [C Programming Repository](#) (https://github.com/raihanuldev/C-Programming).\n\n---\n\n## 📂 Repository Structure  \n\n- **`day1 understanding between c and cpp`**: Basic differences between C and C++ programming.\n- **`day2 dynamic Arry`**: Understanding and implementing dynamic arrays in C++.\n- **`day3 StringRelated`**: String manipulation and related algorithms.\n- **`day4 class constructor object`**: Basics of classes, constructors, and objects in C++.\n- **`day6 String,dynamic`**: Advanced string manipulation and dynamic memory concepts.\n- **`day7 Sorting`**: Introduction to sorting algorithms like Bubble Sort, Selection Sort, and Merge Sort.\n- **`CodeForces`**: Solutions to beginner-level problems from Codeforces, focusing on improving problem-solving skills.\n- **`practiceDay`**: Miscellaneous practice problems and solutions.\n\n---\n\n## 🛠️ Features  \n\n- **Step-by-Step Learning**: Organized into folders for a gradual learning experience.\n- **Codeforces Solutions**: Real-world problem-solving with explanations.\n- **Beginner-Friendly**: Includes basic concepts and easy-to-follow code.\n\n---\n\n## 👨‍💻 Prerequisites  \n\n1. **C++ Compiler**: Install GCC or any other C++ compiler.\n2. **Code Editor**: Use an IDE like VS Code, CLion, or Code::Blocks for better coding experience.\n3. **Basic C Knowledge**: Familiarity with C programming will be helpful.\n\n---\n\n## 📝 Getting Started  \n\n1. **Clone the Repository**:  \n   ```bash\n   git clone https://github.com/raihanuldev/Cpp-for-DSA.git\n   cd Cpp-for-DSA\n   ```\n2. **Explore the Topics**: Navigate to the respective folders based on your learning goals.\n3. **Compile and Run**: Compile any `.cpp` file using the following command:  \n   ```bash\n   g++ filename.cpp -o filename\n   ./filename\n   ```\n\n---\n\n## 📚 Additional Resources  \n\n- [C++ Documentation](https://cplusplus.com/)  \n- [Codeforces Platform](https://codeforces.com/)  \n- [DSA Roadmap](https://github.com) (Replace this with a link to a roadmap if available)\n\n---\n\n## 🤝 Contributions  \n\nContributions, suggestions, and feedback are welcome!  \n\n1. Fork the repository  \n2. Create a new branch  \n3. Make your changes  \n4. Submit a pull request  \n\n---\n\n## ⭐ Show Your Support  \n\nIf you find this project helpful, please star the repository to support the effort!\n\n--- ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraihanuldev%2Fcpp-for-dsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraihanuldev%2Fcpp-for-dsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraihanuldev%2Fcpp-for-dsa/lists"}