{"id":21667456,"url":"https://github.com/techiesamosa/cpp-dsa","last_synced_at":"2025-09-11T23:41:04.191Z","repository":{"id":238654818,"uuid":"797134892","full_name":"TechieSamosa/CPP-DSA","owner":"TechieSamosa","description":"This is my new repository where I will be practicing JAVA Data Strucutres and Algorithms and try to solve problems.","archived":false,"fork":false,"pushed_at":"2024-05-18T16:10:42.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T07:13:35.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechieSamosa.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":"2024-05-07T09:03:09.000Z","updated_at":"2024-05-18T16:10:45.000Z","dependencies_parsed_at":"2024-05-17T09:42:53.096Z","dependency_job_id":null,"html_url":"https://github.com/TechieSamosa/CPP-DSA","commit_stats":null,"previous_names":["thenaivesamosa/java-dsa","thenaivesamosa/cpp-dsa","techiesamosa/cpp-dsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TechieSamosa/CPP-DSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechieSamosa%2FCPP-DSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechieSamosa%2FCPP-DSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechieSamosa%2FCPP-DSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechieSamosa%2FCPP-DSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechieSamosa","download_url":"https://codeload.github.com/TechieSamosa/CPP-DSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechieSamosa%2FCPP-DSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274727294,"owners_count":25338399,"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-09-11T02:00:13.660Z","response_time":74,"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":[],"created_at":"2024-11-25T11:38:43.583Z","updated_at":"2025-09-11T23:41:04.170Z","avatar_url":"https://github.com/TechieSamosa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSA C++ Practice Repository\n\nThis repository contains my daily practice code for Data Structures and Algorithms in C++.\n\u003cdiv align='center'\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=blue\" alt=\"GitHub contributors\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-closed-raw/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=brightgreen\" alt=\"GitHub Closed issues\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=aqua\" alt=\"GitHub PR Open\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr-closed-raw/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=blue\" alt=\"GitHub PR closed\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/count/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=brightgreen\" alt=\"GitHub language count\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=blue\" alt=\"GitHub last commit\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Maintained%3F-yes-brightgreen.svg?style=for-the-badge\" alt=\"GitHub Maintained\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/TheNaiveSamosa/CPP-DSA?style=for-the-badge\u0026color=aqua\" alt=\"Github Repo Size\"\u003e\n\u003c/div\u003e\n\n## Folders\n\n- **2D Arrays, Strings \u0026 Bit Manipulation**: Contains C++ files related to 2D arrays, strings, and bit manipulation.\n- **Arrays**: Contains C++ files related to array operations and algorithms.\n- **Backtracking**: Contains C++ files related to backtracking algorithms.\n- **Binary Search Trees**: Contains C++ files related to binary search trees.\n- **Binary Trees**: Contains C++ files related to binary trees.\n- **Dynamic Programming and Segment Trees**: Contains C++ files related to dynamic programming and segment trees.\n- **Graphs**: Contains C++ files related to graph algorithms.\n- **Greedy Algorithms**: Contains C++ files related to greedy algorithms.\n- **Hashing and Tries**: Contains C++ files related to hashing and trie data structures.\n- **Heaps**: Contains C++ files related to heap data structure.\n- **C++ Basics**: Contains C++ files related to basic C++ programming concepts.\n- **LinkedList**: Contains C++ files related to linked list data structure.\n- **OOPS**: Contains C++ files related to object-oriented programming concepts.\n- **Queues**: Contains C++ files related to queue data structure.\n- **Recursion, Divide and Conquer, Time Complexity**: Contains C++ files related to recursion, divide and conquer algorithms, and time complexity analysis.\n- **Sorting Algos**: Contains C++ files related to sorting algorithms.\n- **Stacks**: Contains C++ files related to stack data structure.\n\n## Note\n- This repository currently contains only the practice codes. Theory and notes will be added later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechiesamosa%2Fcpp-dsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechiesamosa%2Fcpp-dsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechiesamosa%2Fcpp-dsa/lists"}