{"id":20599101,"url":"https://github.com/programveins/doubly-linked-list","last_synced_at":"2026-05-26T13:39:50.124Z","repository":{"id":121860805,"uuid":"301993096","full_name":"programVeins/doubly-linked-list","owner":"programVeins","description":"List ADT - Doubly linked list in C language","archived":false,"fork":false,"pushed_at":"2020-10-07T09:52:37.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T15:34:39.460Z","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:51:43.000Z","updated_at":"2021-08-05T15:18:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"f53d904e-5129-44f8-a373-8a2b3fad77a3","html_url":"https://github.com/programVeins/doubly-linked-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/programVeins/doubly-linked-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fdoubly-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fdoubly-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fdoubly-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fdoubly-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programVeins","download_url":"https://codeload.github.com/programVeins/doubly-linked-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programVeins%2Fdoubly-linked-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33523653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:31:00.237Z","updated_at":"2026-05-26T13:39:50.104Z","avatar_url":"https://github.com/programVeins.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List (Doubly-linked)\n\n### Files included\n* main.c\n* dlist.c\n* dlist.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 dlist.c -o dlist` if you are using gcc compiler\n\nRun with ./dlist\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 9 in the menu to quit the program. Press 7 at any  point to view the linked list representation. The double arrows represent double-links between nodes and single arrows point to X represent NULL pointers.\n\n### Functions implemented\n\n* create()\n* displayNode()\n* deleteNode()\n* insertBeginning()\n* insertEnding()\n* insertAfter()\n* insertBefore()\n* searchNode()","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramveins%2Fdoubly-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramveins%2Fdoubly-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramveins%2Fdoubly-linked-list/lists"}