{"id":25097646,"url":"https://github.com/cthacker-udel/linkedlistc","last_synced_at":"2025-04-02T02:42:44.621Z","repository":{"id":103060673,"uuid":"363616440","full_name":"cthacker-udel/LinkedListC","owner":"cthacker-udel","description":"Linked List - C code - cthacker-udel. Implements Single, Doubly, Triply, and Circular Linked List in C.","archived":false,"fork":false,"pushed_at":"2021-05-09T00:39:01.000Z","size":275,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T17:39:06.235Z","etag":null,"topics":["c","circular-list","doubly-linked-list","heap","linked-list","pointer","triply-linked-list"],"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/cthacker-udel.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":"2021-05-02T09:48:45.000Z","updated_at":"2021-05-09T00:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c88825b6-99f5-408c-8f0a-33cec1e44e8e","html_url":"https://github.com/cthacker-udel/LinkedListC","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/cthacker-udel%2FLinkedListC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cthacker-udel%2FLinkedListC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cthacker-udel%2FLinkedListC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cthacker-udel%2FLinkedListC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cthacker-udel","download_url":"https://codeload.github.com/cthacker-udel/LinkedListC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746874,"owners_count":20827061,"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","circular-list","doubly-linked-list","heap","linked-list","pointer","triply-linked-list"],"created_at":"2025-02-07T17:33:49.903Z","updated_at":"2025-04-02T02:42:44.612Z","avatar_url":"https://github.com/cthacker-udel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List Implementation - Single, Double, Triple, Circular\n\u003e Author - Cameron Thacker (cthacker@udel.edu)\n\n* This project includes C implementation of single linked list, double linked list, triple linked list, and Circular Linked List, the implemenations of the list use the function `malloc` and pointer arithmetic. The default name of the structure to contain the nodes of the linked list are `node`, and the functions available including removing, adding, and displaying the nodes.\n\n* Initially when the c file is compiled and ran, a menu will be displayed, which requires user input to execute, each option is numbered and corresponds to a function call. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcthacker-udel%2Flinkedlistc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcthacker-udel%2Flinkedlistc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcthacker-udel%2Flinkedlistc/lists"}