{"id":19000612,"url":"https://github.com/hun756/hybble","last_synced_at":"2025-10-06T12:52:08.797Z","repository":{"id":134100889,"uuid":"306411228","full_name":"hun756/Hybble","owner":"hun756","description":"Data Structures with basically C++ OOP concepts. Containers are handled as in STL.","archived":false,"fork":false,"pushed_at":"2024-03-15T19:45:53.000Z","size":111,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T17:13:07.690Z","etag":null,"topics":["beginner-friendly","cpp","cpp-course","cpp-library","cpp17","data-structures"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hun756.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,"zenodo":null}},"created_at":"2020-10-22T17:27:19.000Z","updated_at":"2025-03-09T08:29:46.000Z","dependencies_parsed_at":"2024-03-15T18:45:04.494Z","dependency_job_id":"f9ebc7da-1dca-4d58-bd88-d4a424147053","html_url":"https://github.com/hun756/Hybble","commit_stats":null,"previous_names":["hun756/hybble"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hun756/Hybble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hun756%2FHybble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hun756%2FHybble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hun756%2FHybble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hun756%2FHybble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hun756","download_url":"https://codeload.github.com/hun756/Hybble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hun756%2FHybble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278614460,"owners_count":26015967,"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-06T02:00:05.630Z","response_time":65,"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":["beginner-friendly","cpp","cpp-course","cpp-library","cpp17","data-structures"],"created_at":"2024-11-08T18:07:49.894Z","updated_at":"2025-10-06T12:52:08.755Z","avatar_url":"https://github.com/hun756.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Sutructures-in-CPlusPlus\n\nData Structures with basically C++ OOP concepts. Containers are handled as in STL.\n\n## İnstallation\n\nRequirements :\n\n-   CMake\n-   MinGW Compiler\n\nInstallation steps:\n\n-   Step 1 : Clone this repository..!\n\n```sh\n    git clone https://github.com/hun756/Data-Sutructures-in-CPlusPlus.git\n```\n\n-   Step 2 (Optional) : Use This CMake Configurations\n\n```\n.\n├── include\n│ ├── array.hpp\n│ └── . . .\n├── src\n│ ├── array.cpp\n│ └── . . .\n├── resources\n│ ├── addyourresource.cpp\n│ └── addyourcodefiles.cpp\n```\n\n```cmake\nset(PROJECT_RESOURCES\n\n        # . . .\n        \n        ${PROJECT_RESOURCES_DIR}/addyourresource.cpp\n        ${PROJECT_RESOURCES_DIR}/addyourcodefiles.cpp\n   )\n```\n\n-   Step 2 : Configure your Cmake\n    -   Copy include and src directories to your project.\n    -   Add the following Cmake configuration.\n\n```cmake\n# ...\n\nset(DS_INCLUDE_DIR ${PROJECT_DIR}/include)\n\n# ...\n\ninclude_directories(${DS_INCLUDE_DIR})\n```\n\n-   Step 3 : Build\n\n      Run this code :\n\n```sh\nmkdir build\ncd build\ncmake .. -G \"MinGW Makefiles\"\n```\n\n-   Step 3 : Run\n\n      Run this code :\n\n```sh\nmingw32-make\n```\n\n## Containers\n\n-   Array\n-   TArray (Vector)\n-   Lists\n-   Deque\n-   Queues\n-   Stack\n-   Binary Search Tree\n-   AVL Tree\n-   Read Black Tree\n-   HashMap\n-   Unordered Map\n-   Unordered Set\n-   Ordered Map\n-   Ordered Set\n\n\n\n## License\n* * * \n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhun756%2Fhybble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhun756%2Fhybble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhun756%2Fhybble/lists"}