{"id":20110537,"url":"https://github.com/orelba/linked-lists","last_synced_at":"2025-06-12T19:32:35.283Z","repository":{"id":169192478,"uuid":"595852664","full_name":"Orelba/linked-lists","owner":"Orelba","description":"Implementation of the linked list data structure in Javascript","archived":false,"fork":false,"pushed_at":"2023-02-04T01:46:31.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T05:42:08.296Z","etag":null,"topics":["computer-science","data-structures","linked-list"],"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/Orelba.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":"2023-01-31T23:57:01.000Z","updated_at":"2024-03-12T20:23:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"82911ca1-d77b-4dd2-95b6-1de38c44ff9a","html_url":"https://github.com/Orelba/linked-lists","commit_stats":null,"previous_names":["orelba/linked-lists"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orelba%2Flinked-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orelba%2Flinked-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orelba%2Flinked-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orelba%2Flinked-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Orelba","download_url":"https://codeload.github.com/Orelba/linked-lists/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550564,"owners_count":19980769,"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":["computer-science","data-structures","linked-list"],"created_at":"2024-11-13T18:12:19.893Z","updated_at":"2025-03-02T18:27:00.187Z","avatar_url":"https://github.com/Orelba.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures: Linked List\n\nThis is an implementation of a singly linked list data structure in Javascript.\n\n### LinkedList class methods:\n\n- `append(value)` adds a new node containing value to the end of the list\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\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 string in the format: ( value ) -\u003e ( value ) -\u003e ( value ) -\u003e null\n- `insertAt(value, index)` inserts a new node with the provided value at the given index\n- `removeAt(index)` removes the node at the given index","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forelba%2Flinked-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forelba%2Flinked-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forelba%2Flinked-lists/lists"}