{"id":20917836,"url":"https://github.com/headlessnode/linked-list","last_synced_at":"2026-04-16T09:04:26.253Z","repository":{"id":213930787,"uuid":"735285544","full_name":"headlessNode/linked-list","owner":"headlessNode","description":"Linked list implementation using Javscript","archived":false,"fork":false,"pushed_at":"2023-12-24T11:26:00.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T16:48:47.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/headlessNode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-24T11:01:58.000Z","updated_at":"2023-12-24T11:06:23.000Z","dependencies_parsed_at":"2023-12-24T12:21:53.483Z","dependency_job_id":null,"html_url":"https://github.com/headlessNode/linked-list","commit_stats":null,"previous_names":["headlessnode/linked-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headlessNode%2Flinked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headlessNode%2Flinked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headlessNode%2Flinked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headlessNode%2Flinked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headlessNode","download_url":"https://codeload.github.com/headlessNode/linked-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243312914,"owners_count":20271159,"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-18T16:36:06.506Z","updated_at":"2025-12-25T09:41:27.859Z","avatar_url":"https://github.com/headlessNode.png","language":"JavaScript","readme":"# linked-list\nLinked list implementation using Javscript\n\n## Features\n\n- `append(value)` adds a new node containing value to the end of the list or to start if list is empty\n- `prepend(value)` adds a new node containing value to the start of the list\n- `size()` returns the total number of nodes in the list\n- `head()` returns the first node in the list\n- `tail()` returns the last node in the list\n- `at(index)` returns the node at the given index or error message if there is no node in the requested index\n- `pop()` removes the last element from the list\n- `contains(value)` returns true if the passed in value is in the list and otherwise returns false\n- `find(value)` returns the index of the node containing value, or null if not found\n- `toString()` returns your LinkedList objects as strings in the following format: `( value ) -\u003e ( value ) -\u003e ( value ) -\u003e (null)`\n- `insertAt(value, index)` inserts a new node with the provided value at the given index or at the end of the list if index is bigger than list size\n- `removeAt(index)` removes the node at the given index or error message if the list is empty or if the request index is bigger than list size","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadlessnode%2Flinked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadlessnode%2Flinked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadlessnode%2Flinked-list/lists"}