{"id":25204289,"url":"https://github.com/kbelltree/odin-linked-lists","last_synced_at":"2025-10-15T08:29:52.755Z","repository":{"id":251465723,"uuid":"822897252","full_name":"kbelltree/odin-linked-lists","owner":"kbelltree","description":"The Odin Project: Linked Lists ","archived":false,"fork":false,"pushed_at":"2024-08-03T07:15:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T23:43:27.708Z","etag":null,"topics":["class","javascript","js","linked-lists","singly-linked-list","theodinproject"],"latest_commit_sha":null,"homepage":"https://github.com/kbelltree/odin-linked-lists/blob/main/linkedLists.js","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/kbelltree.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":"2024-07-02T03:42:42.000Z","updated_at":"2024-08-03T07:32:10.000Z","dependencies_parsed_at":"2024-08-03T08:29:09.600Z","dependency_job_id":null,"html_url":"https://github.com/kbelltree/odin-linked-lists","commit_stats":null,"previous_names":["kbelltree/odin-linked-lists"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kbelltree/odin-linked-lists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbelltree%2Fodin-linked-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbelltree%2Fodin-linked-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbelltree%2Fodin-linked-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbelltree%2Fodin-linked-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbelltree","download_url":"https://codeload.github.com/kbelltree/odin-linked-lists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbelltree%2Fodin-linked-lists/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260193983,"owners_count":22972620,"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":["class","javascript","js","linked-lists","singly-linked-list","theodinproject"],"created_at":"2025-02-10T08:17:23.022Z","updated_at":"2025-10-15T08:29:47.721Z","avatar_url":"https://github.com/kbelltree.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odin-linked-lists\n\n## The Odin Project: Linked Lists\n\nThis project involves implementing linked lists using class or factory functions to deepen an understanding of data structures in JavaScript. A linked list is a fundamental data structure consisting of a sequence of elements, each contained in a node that links to the next element.\n\nFor more details on this project, please visit [The Odin Project - Project: Linked Lists](https://www.theodinproject.com/lessons/javascript-linked-lists).\n\n## Key Project Instructions:\n\nDescriptions and usage details for these components are provided within the code comments in the source file.\n\n### Two Classes or Factory Functions\n\nThe project consists of two main components:\n\n- `LinkedList`\n- `Node`\n\n### List Management Functions\n\nThe following functions are to be implemented for managing the list:\n\n- `append(value)`\n- `prepend(value)`\n- `size`\n- `head`\n- `tail`\n- `at(index)`\n- `pop`\n- `contains(value)`\n- `find(value)`\n- `toString`\n\n#### Extra Credit\n\nOptionally, you can also implement:\n\n- `insertAt(value, index)`\n- `removeAt(index)`\n\n\u003cbr\u003e\n\n**[Link to my final solution](./linkedLists.js)**\n\n## Built With\n\n- JavaScript\n- ESLint\n- Prettier\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbelltree%2Fodin-linked-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbelltree%2Fodin-linked-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbelltree%2Fodin-linked-lists/lists"}