{"id":20599083,"url":"https://github.com/programveins/singly-linked-list","last_synced_at":"2025-10-12T14:17:27.410Z","repository":{"id":121860980,"uuid":"301991446","full_name":"programVeins/singly-linked-list","owner":"programVeins","description":"List ADT - Singly Linked List in C language","archived":false,"fork":false,"pushed_at":"2020-10-07T09:49:52.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T18:13:30.405Z","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/programVeins.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":"2020-10-07T09:44:47.000Z","updated_at":"2021-08-05T15:18:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7d43e09-1780-4494-add4-06250a36f40a","html_url":"https://github.com/programVeins/singly-linked-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/programVeins/singly-linked-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fsingly-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fsingly-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fsingly-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fsingly-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programVeins","download_url":"https://codeload.github.com/programVeins/singly-linked-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fsingly-linked-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011597,"owners_count":26084963,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-11-16T08:30:55.603Z","updated_at":"2025-10-12T14:17:27.383Z","avatar_url":"https://github.com/programVeins.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List (Singly-linked)\n\n### Files included\n* main.c\n* slist.c\n* slist.h\n* Makefile\n\n### Compilation\n\nIf you are using UNIX/Linux, use `make` to compile and `make clean` to clean up after running the program.\n\nPlease use `gcc main.c slist.c -o slist` if you are using gcc compiler\n\nRun with ./slist\n\n### Program Menu\n\nThe program offers a context menu in the beginning. Press 1 to start a new linked list. Then use the other options to operate on it. Press 8 in the menu to quit the program. Press 6 at any  point to view the linked list representation. The list is visually represented with a [H] denoting the Header/Head.\n\n### Functions implemented\n\n* create()\n* displayNode()\n* deleteNode()\n* insertBeginning()\n* insertEnding()\n* insertAfter()\n* searchNode()","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramveins%2Fsingly-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramveins%2Fsingly-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramveins%2Fsingly-linked-list/lists"}