{"id":19295204,"url":"https://github.com/robinc94/datastructure","last_synced_at":"2025-02-24T00:26:31.388Z","repository":{"id":111813235,"uuid":"187216676","full_name":"RobinC94/DataStructure","owner":"RobinC94","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-27T10:19:37.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T21:12:20.571Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobinC94.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":"2019-05-17T12:57:31.000Z","updated_at":"2019-06-27T10:19:38.000Z","dependencies_parsed_at":"2023-06-03T21:00:07.133Z","dependency_job_id":null,"html_url":"https://github.com/RobinC94/DataStructure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinC94%2FDataStructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinC94%2FDataStructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinC94%2FDataStructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinC94%2FDataStructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinC94","download_url":"https://codeload.github.com/RobinC94/DataStructure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240398669,"owners_count":19795130,"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":[],"created_at":"2024-11-09T22:41:42.287Z","updated_at":"2025-02-24T00:26:31.344Z","avatar_url":"https://github.com/RobinC94.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructure\n\nMy deployment of all common used data structures written with C++ and [google test](https://github.com/google/googletest), no STL!!!\n\n****\n\n| Data Structure | Deploy | Test | Define |\n|:----------:|:------:|:------:|:-----:|\n| Sequence List | :ballot_box_with_check: | :ballot_box_with_check: | [seqList.h](./include/seqList.h) |\n| Sequence Stack | :ballot_box_with_check: | :ballot_box_with_check: | [seqStack.h](./include/seqStack.h) |\n| Sequence Queue | :ballot_box_with_check: | :ballot_box_with_check: | [seqQueue.h](./include/seqQueue.h) |\n| Linked List | :ballot_box_with_check: | :ballot_box_with_check: | [linkList.h](./include/linkList.h) |\n| Double Linked List | :ballot_box_with_check: | :ballot_box_with_check: | [doubleLinkList.h](./include/doubleLinkList.h) | \n| Linked Stack | :ballot_box_with_check: | :ballot_box_with_check: | [linkStack.h](./include/linkStack.h) |\n| Linked Queue | :ballot_box_with_check: | :ballot_box_with_check: | [linkQueue.h](./include/linkQueue.h) |\n| Open Hash List | :ballot_box_with_check: | :ballot_box_with_check: | [openHashTable.h](./include/openHashTable.h) |\n| Closed Hash List| :ballot_box_with_check: | :ballot_box_with_check: | [closeHashTable.h](./include/closeHashTable.h) |\n| Binary Tree | :ballot_box_with_check: | :ballot_box_with_check: | [binaryTree.h](./include/binaryTree.h) |\n| Binary Searching Tree | :ballot_box_with_check: | :ballot_box_with_check: | [binarySearchTree.h](./include/binarySearchTree.h) |\n| Huffman Tree | :ballot_box_with_check: | :ballot_box_with_check: | [hfTree.h](./include/hfTree.h) |\n| Graph Adjacency List |  |  |  |\n| Graph Adjacency Matrix |  |  |  |\n| Sort | :ballot_box_with_check: | :ballot_box_with_check: | [mySort.h](./include/mySort.h) |\n| \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinc94%2Fdatastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinc94%2Fdatastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinc94%2Fdatastructure/lists"}