{"id":20653137,"url":"https://github.com/marxmit7/data-structure-algorithms","last_synced_at":"2026-02-11T00:40:56.157Z","repository":{"id":128084598,"uuid":"83205899","full_name":"marxmit7/Data-Structure-Algorithms","owner":"marxmit7","description":"Data Structure in c","archived":false,"fork":false,"pushed_at":"2019-10-04T13:22:54.000Z","size":66,"stargazers_count":3,"open_issues_count":7,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-16T13:02:42.184Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"http://www.codesync.in","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/marxmit7.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":"2017-02-26T12:12:54.000Z","updated_at":"2024-08-16T13:02:46.739Z","dependencies_parsed_at":null,"dependency_job_id":"7375445d-8ec0-4ae2-9a9d-251bdd2d8239","html_url":"https://github.com/marxmit7/Data-Structure-Algorithms","commit_stats":null,"previous_names":["marxmit7/data-structure-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marxmit7%2FData-Structure-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marxmit7%2FData-Structure-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marxmit7%2FData-Structure-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marxmit7%2FData-Structure-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marxmit7","download_url":"https://codeload.github.com/marxmit7/Data-Structure-Algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224951333,"owners_count":17397387,"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":["c"],"created_at":"2024-11-16T17:41:41.337Z","updated_at":"2026-02-11T00:40:56.107Z","avatar_url":"https://github.com/marxmit7.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structure in c\n\n## Hashing\n* [Linear Probing](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/Hashing/linear%20probing.c)\n* [Quadratic Probing](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/Hashing/quadratic%20probing.c)\n* [Double Hashing](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/Hashing/double%20hashing.c)\n* [Chaining](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/Hashing/chaining.c)\n\n## Linked list\n* [Singly Linked list full operation](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/linked%20list/linkedlist.c)\n* [Doubly Linked list full operation](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/linked%20list/doublylinkedlist.c)\n* Circular linked list implementations.\n\n## Queue\n* [Array Implementation](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/queue/queueUsingArray.c)\n* [Linked List Implementatin](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/queue/queueUsingLinkedList.c)\n\n## Stack\n* [Array Implementation](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/stack/stack.c)\n* [Linked List Implementatin](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/stack/stackUsingLinkedList.c)\n* [Infix to Postfix](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/stack/infixtopostfix.c)\n* [Postfix Evaluation](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/stack/evaluatePostfix.c)\n\n## Tree\n* [Tree Traversal](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/tree/TreeTraversal.c)\n* [level order traversal](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/tree/LevelOrderTraversal.cpp)\n* [Binary Search Tree](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/tree/bst.c)\n* [Avl Tree](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/tree/avl.c)\n* [Red black](https://github.com/amit2rockon/Data-Structure-in-C/blob/master/tree/redblacktree.c)\n\n## Graph \n* Added adjacency list representation\n* Added adjacency list representation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarxmit7%2Fdata-structure-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarxmit7%2Fdata-structure-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarxmit7%2Fdata-structure-algorithms/lists"}