{"id":23252771,"url":"https://github.com/chethanyadav456/data-structures-c","last_synced_at":"2026-05-15T01:38:00.701Z","repository":{"id":268462633,"uuid":"902003021","full_name":"chethanyadav456/data-structures-c","owner":"chethanyadav456","description":"This repository contains the code for the data structures I have done in my college.","archived":false,"fork":false,"pushed_at":"2025-12-16T17:17:50.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T16:20:52.861Z","etag":null,"topics":["c","c-language","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chethanyadav456.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T18:03:53.000Z","updated_at":"2025-12-16T17:17:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"75f06297-1432-48ba-b4c5-0bda89a4d9c5","html_url":"https://github.com/chethanyadav456/data-structures-c","commit_stats":null,"previous_names":["chethanyadav456/data-structures-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chethanyadav456/data-structures-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdata-structures-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdata-structures-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdata-structures-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdata-structures-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chethanyadav456","download_url":"https://codeload.github.com/chethanyadav456/data-structures-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdata-structures-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["c","c-language","data-structures"],"created_at":"2024-12-19T10:17:51.600Z","updated_at":"2026-05-15T01:38:00.689Z","avatar_url":"https://github.com/chethanyadav456.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structure through C\n\n## Introduction\nThis repository contains the code for the data structures I have done in my college. The code is written in C language and is well commented for better understanding of the code.\n\n## Table of Contents\n\n|   | Section           |\n|---|-------------------|\n| 1 | [Data Structures](#data-structures) |\n| 2 | [How to run the code](#how-to-run-the-code) |\n| 3 | [Contribution](#contribution) |\n| 4 | [Issues](#issues) |\n| 5 | [License](#license) |\n| 6 | [Author](#author) |\n\n## Data Structures\n1. [Linked List](./linked_list/)\n2. [Stack](./stack/stack.c)\n3. [Queue](./queue/queue.c)\n4. [Trees](./Trees/)\n5. [Graphs](./graphs/)\n6. [Sorting](./sorting/) \n7. [Searching](./searching/)\n\n## How to run the code\n1. Clone the repository\n```bash\ngit clone https://github.com/chethanyadav456/data-structures-c.git\n```\n2. Navigate to the folder of the data structure you want to run\n```bash\ncd data-structures-c/folder_name\n```\n3. Run the following command\n```bash\ngcc filename.c -o filename\n./filename\n```\nOR\n```bash\n./run.sh filename\n```\n\n## Contribution\nIf you want to contribute to this repository, feel free to create a pull request and I will merge it after reviewing.\n\n## Issues\nIf you find any issues with the code, feel free to create an issue and I will try to resolve it as soon as possible.\n\n## License\nThis repository is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## Author\n[M Chethan Yadav](https://github.com/chethanyadav456)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchethanyadav456%2Fdata-structures-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchethanyadav456%2Fdata-structures-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchethanyadav456%2Fdata-structures-c/lists"}