{"id":17761560,"url":"https://github.com/manulthanura/data-structure-using-c","last_synced_at":"2025-09-07T02:10:49.327Z","repository":{"id":157828617,"uuid":"524705224","full_name":"manulthanura/Data-structure-using-C","owner":"manulthanura","description":"The data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.","archived":false,"fork":false,"pushed_at":"2023-10-13T23:37:02.000Z","size":622,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T13:37:37.537Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","c","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manulthanura.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":"2022-08-14T15:12:56.000Z","updated_at":"2024-09-26T13:30:11.000Z","dependencies_parsed_at":"2023-10-14T23:47:23.465Z","dependency_job_id":null,"html_url":"https://github.com/manulthanura/Data-structure-using-C","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manulthanura/Data-structure-using-C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manulthanura%2FData-structure-using-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manulthanura%2FData-structure-using-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manulthanura%2FData-structure-using-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manulthanura%2FData-structure-using-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manulthanura","download_url":"https://codeload.github.com/manulthanura/Data-structure-using-C/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manulthanura%2FData-structure-using-C/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273986629,"owners_count":25202708,"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-07T02:00:09.463Z","response_time":67,"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":["algorithms","algorithms-and-data-structures","c","data-structures"],"created_at":"2024-10-26T19:39:07.389Z","updated_at":"2025-09-07T02:10:49.301Z","avatar_url":"https://github.com/manulthanura.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-structure-using-C\n\nThe data structure means the way of arrangement of data. There are several data structures in the world. However, this repository shows some of the data structures build using the C language.\n\n![Static Badge](https://img.shields.io/badge/Repo-Data_structure_using_C-orange) ![GitHub](https://img.shields.io/github/license/manulthanura/Data-structure-using-C) ![GitHub Repo stars](https://img.shields.io/github/stars/manulthanura/Data-structure-using-C?color=yellow) ![GitHub top language](https://img.shields.io/github/languages/top/manulthanura/Data-structure-using-C) ![GitHub last commit](https://img.shields.io/github/last-commit/manulthanura/Data-structure-using-C)\n\n## Data Structures\n- [Linked List](./Data%20Structures/Linked%20List%20Data%20structure.c)\n- [Stack](./Data%20Structures/Stack%20Data%20structure.c)\n- [Queue](./Data%20Structures/Queue%20Data%20structure.c)\n- [Array](./Data%20Structures/Array%20Data%20Structure.c)\n- [Tree](./Data%20Structures/Tree%20Data%20structure.c)\n- [Binary Search Tree](./Data%20Structures/Binary%20tree%20Data%20Structure.c)\n- [Graph](./Data%20Structures/Graph%20Data%20Structure.c)\n- [Hashing](./Data%20Structures/Hashing%20data%20structure.c)\n- [Heap](./Data%20Structures/Heap%20Data%20Structure.c)\n- [Set](./Data%20Structures/Set%20Data%20Structure.c)\n\n\u003c!--\n- [Matrix]()\n- [Miscellaneous]()\n- [Searching and Sorting]()\n- [Recursion and Backtracking]()\n- [Bit Manipulation]()\n- [Pattern Searching]()\n- [Geometric Algorithms]()\n- [Mathematical Algorithms]()\n- [Randomized Algorithms]()\n- [Branch and Bound]()\n- [Segment Tree]()\n- [Trie]()\n- [Splay Tree]()\n- [Red Black Tree]()\n- [B Tree]()\n- [AVL Tree]()\n- [K Dimensional Tree]()\n- [Disjoint Set]()\n- [Suffix Array]() --\u003e\n\n## Algorithms\n- [Searching](./Algorithms/Random%20Numbers%20Search.c)\n- [Dynamic Programming](./Algorithms/Dynamic%20programming%20Implementation/DP.md)\n- [Greedy Algorithms](./Algorithms/Greedy%20Implementation/Greedy%20Implementation.md)\n\n## Fun Facts\n- [Word Search](./Examples%20(Algorithms)/The%20Word%20Search%20Game/WSG.md)\n- [Simple Bug Game 01](./Examples%20(Algorithms)/Simple%20bug%20game%20-%2001.c)\n- [Simple Bug Game 02](./Examples%20(Algorithms)/Simple%20bug%20game%20-%2002.c)\n- [Tic Tac Toe](./Examples%20(Algorithms)/Tic%20Tac%20Toe%20game.c)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\nThis repository is licensed under [Creative Commons Zero v1.0 Universal](https://github.com/manulthanura/Data-structure-using-C/blob/main/LICENSE) License.\n\n![Static Badge](https://img.shields.io/badge/License-Creative_Commons_Zero_v1.0-blue)\n\n## Support\n\n**Love This? Give my repo a star :star:** So that you can find it easily next time you need it! :heart:\n\nBy [manulthanura](https://github.com/manulthanura) © 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanulthanura%2Fdata-structure-using-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanulthanura%2Fdata-structure-using-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanulthanura%2Fdata-structure-using-c/lists"}