{"id":15435438,"url":"https://github.com/neuodev/doubly-linked-list","last_synced_at":"2026-05-21T16:12:30.061Z","repository":{"id":139100878,"uuid":"352273389","full_name":"neuodev/doubly-linked-list","owner":"neuodev","description":"In this project; I implement a Doubly linked list using JavaScript that has the methods: remove(idx), insert(idx, val), set(idx, val), get(idx), unshift(val), shift(), pop(), push(val)","archived":false,"fork":false,"pushed_at":"2023-05-05T20:49:53.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T05:39:15.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/neuodev.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-03-28T08:02:08.000Z","updated_at":"2023-05-05T20:49:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1ca4af3-bfcd-422a-92e8-b36143b6507c","html_url":"https://github.com/neuodev/doubly-linked-list","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.11764705882352944","last_synced_commit":"ed991c285cf37b0eb85c6f6951512cd198edf328"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuodev/doubly-linked-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fdoubly-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fdoubly-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fdoubly-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fdoubly-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuodev","download_url":"https://codeload.github.com/neuodev/doubly-linked-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fdoubly-linked-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33306992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"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-10-01T18:44:18.966Z","updated_at":"2026-05-21T16:12:30.043Z","avatar_url":"https://github.com/neuodev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Doubly Linked List\n\nIn this project I implement Doubly linked list using JavaScript\n\nMethods: `remove(idx), insert(idx, val), set(idx, val), get(idx), unshift(val), shift(), pop(), push(val)`\n\n- `remove(idx)` $\\to$ remove node at given idx\n- `insert(idx ,val)` $\\to$ insert new node at idx\n- `set(idx , val)` $\\to$ change the value of a node at given idx \n- `get(idx)` $\\to$ traverse the list to reach the node and return it \n- `ushift(val)` $\\to$ add value to the start of the linked list \n- `shift()` $\\to$ remove value from the end of the linked list \n- `pop()` $\\to$ remove value form the end of the linked list \n- `push(val)` $\\to$ add new value to the end of the linked list \n\n\n![Visualize linked list in action](https://github.com/AhmedIbrahim336/Doubly-Linked-List/blob/master/DLL-1.png)\n\n\n![Big O of Double linked list](https://github.com/AhmedIbrahim336/Doubly-Linked-List/blob/master/DLL-2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fdoubly-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuodev%2Fdoubly-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fdoubly-linked-list/lists"}