{"id":20095133,"url":"https://github.com/patilyashh/reverse-linked-list","last_synced_at":"2026-05-09T21:41:46.202Z","repository":{"id":224095931,"uuid":"762401049","full_name":"PATILYASHH/reverse-linked-list","owner":"PATILYASHH","description":"Day 14 of 75 Days C programing challenge || #14 ||","archived":false,"fork":false,"pushed_at":"2024-02-23T18:05:58.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T03:33:19.130Z","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/PATILYASHH.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}},"created_at":"2024-02-23T17:47:10.000Z","updated_at":"2024-09-24T04:15:10.000Z","dependencies_parsed_at":"2024-03-04T06:15:07.214Z","dependency_job_id":null,"html_url":"https://github.com/PATILYASHH/reverse-linked-list","commit_stats":null,"previous_names":["patilyashh/reverse-linked-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Freverse-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Freverse-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Freverse-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Freverse-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/reverse-linked-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241534507,"owners_count":19977991,"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-13T16:54:11.633Z","updated_at":"2026-05-09T21:41:46.170Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List Reversal Program\n\nThis C program demonstrates how to reverse a linked list using a simple iterative approach.\n\n## Features\n\n- Reverses a linked list in-place.\n- Inserts elements at the beginning of the linked list.\n- Prints the original and reversed linked lists.\n\n## How to Use\n\n1. Ensure you have a C compiler installed on your system.\n2. Download the `linked_list_reverse.c` file.\n3. Compile the program using the following command:\n```\ngcc linked_list_reverse.c -o linked_list_reverse\n```\n4. Run the compiled program:\n```\n./linked_list_reverse\n```\n## Sample Output\n\nOriginal Linked List: 6 5 4 3\n\nReversed Linked List: 3 4 5 6\n\n\n## License\n\nThis program is licensed under the MIT License. See the [LICENSE](https://github.com/PATILYASHH/LICENES/) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Freverse-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Freverse-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Freverse-linked-list/lists"}