{"id":22812921,"url":"https://github.com/zalbright90/top-linked-list","last_synced_at":"2026-04-27T23:33:49.027Z","repository":{"id":265036695,"uuid":"894924709","full_name":"zalbright90/TOP-linked-list","owner":"zalbright90","description":"This project implements a custom Linked List data structure in JavaScript using ES6 modules. The LinkedList class provides a comprehensive set of methods for manipulating and interacting with a singly linked list.","archived":false,"fork":false,"pushed_at":"2024-11-27T10:51:06.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T01:46:24.022Z","etag":null,"topics":["algorithms","coding-challenge","computer-science","data-structures","es6","interview-prep","learning","linked-list","nodejs","odin-project","programming","software-development","web-development"],"latest_commit_sha":null,"homepage":"","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/zalbright90.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T08:49:29.000Z","updated_at":"2024-12-27T01:29:09.000Z","dependencies_parsed_at":"2024-11-27T10:34:07.860Z","dependency_job_id":null,"html_url":"https://github.com/zalbright90/TOP-linked-list","commit_stats":null,"previous_names":["zalbright90/top-linked-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalbright90%2FTOP-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalbright90%2FTOP-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalbright90%2FTOP-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalbright90%2FTOP-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zalbright90","download_url":"https://codeload.github.com/zalbright90/TOP-linked-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385410,"owners_count":20768668,"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":["algorithms","coding-challenge","computer-science","data-structures","es6","interview-prep","learning","linked-list","nodejs","odin-project","programming","software-development","web-development"],"created_at":"2024-12-12T12:14:20.679Z","updated_at":"2026-04-27T23:33:43.980Z","avatar_url":"https://github.com/zalbright90.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TOP-linked-list\nThis project implements a custom Linked List data structure in JavaScript using ES6 modules. The LinkedList class provides a comprehensive set of methods for manipulating and interacting with a singly linked list.\n\n\n## Features\n- Create and manage a linked list\n- Basic operations: append, prepend, insert, remove\n- Utility methods: size, head, tail, find\n- String representation of the list\n\n\n### Methods\n- `append(value)`: Add a node to the end of the list\n- `prepend(value)`: Add a node to the start of the list\n- `size()`: Get the total number of nodes\n- `head()`: Get the first node\n- `tail()`: Get node last node\n- `at(index)`: Get node at a specific index\n- `pop()`: Remove the last node\n- `contains(value)`: Check if a value exists in the list\n- `find(value)`: Find the index of a value\n- `toString()`: Convert list to a string representation\n- `insertAt(value, index)`: Insert a node at a specific index\n- `removeAt(index)`: Remove a node at a specific index\n\n### Setup\n1. Clone the repo\n2. Ensure you have Node.js installed\n3. Run with `node main.mjs`\n\n\n#### Example of Use\n```javascript\n\nconst placesToVisit = new LinkedList();\nplacesToVisit.append(\" Norway \");\nplacesToVisit.prepend(\" Finland \");\nconsole.log(placesToVisit.toString());\n\n```\n#### Learning Objectives\n- Understand linked list data structure\n- Practice JavaScript class implementation\n- Explore ES6 module syntax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalbright90%2Ftop-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalbright90%2Ftop-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalbright90%2Ftop-linked-list/lists"}