{"id":28714401,"url":"https://github.com/petrosath/linked-list-in-javascript","last_synced_at":"2026-05-16T11:32:13.772Z","repository":{"id":184428874,"uuid":"671858919","full_name":"petrosAth/linked-list-in-javascript","owner":"petrosAth","description":"A linked list data structure using javascript.","archived":false,"fork":false,"pushed_at":"2023-07-28T11:41:51.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T01:07:06.007Z","etag":null,"topics":["data-structures","javascript","linked-list","nodejs"],"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/petrosAth.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}},"created_at":"2023-07-28T09:56:26.000Z","updated_at":"2023-07-28T10:38:06.000Z","dependencies_parsed_at":"2023-07-28T11:54:12.391Z","dependency_job_id":null,"html_url":"https://github.com/petrosAth/linked-list-in-javascript","commit_stats":null,"previous_names":["petrosath/linked-list-in-javascript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petrosAth/linked-list-in-javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrosAth%2Flinked-list-in-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrosAth%2Flinked-list-in-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrosAth%2Flinked-list-in-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrosAth%2Flinked-list-in-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petrosAth","download_url":"https://codeload.github.com/petrosAth/linked-list-in-javascript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrosAth%2Flinked-list-in-javascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556190,"owners_count":26006080,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-structures","javascript","linked-list","nodejs"],"created_at":"2025-06-15T01:07:05.876Z","updated_at":"2025-10-06T03:48:53.162Z","avatar_url":"https://github.com/petrosAth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nIn Javascript array size, array insertion and array deletion are not limitations\nhence linked lists are not really necessary. The only purpose of this project is\nfor practicing on data structures.\n\nA linked list is a linear collection of data elements called nodes that “point”\nto the next node by means of a pointer.\n\nEach node holds a single element of data and a link or pointer to the next node\nin the list. A head node is the first node in the list, a tail node is the last\nnode in the list.\n\n## Languages\n\n- `JavaScript`\n\n## Tools\n\n- [`Node.js`](https://nodejs.org/): Node.js® is an open-source, cross-platform\n  JavaScript runtime environment\n- [`ESLint`](https://eslint.org/): Linter that statically analyzes the\n  JavaScript code to quickly find problems\n- [`Prettier`](https://prettier.io/): Prettier is an opinionated code formatter.\n  It enforces a consistent style by parsing your code and re-printing it with\n  its own rules that take the maximum line length into account, wrapping code\n  when necessary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrosath%2Flinked-list-in-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetrosath%2Flinked-list-in-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetrosath%2Flinked-list-in-javascript/lists"}