# @datastructures-js/linked-list

> a javascript implementation of LinkedList & DoublyLinkedList

Latest version **6.1.4** (published 2025-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @datastructures-js/linked-list
pnpm add @datastructures-js/linked-list
yarn add @datastructures-js/linked-list
bun add @datastructures-js/linked-list
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.1.4 |
| Published | 2025-08-27 |
| First published | 2018-07-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 32.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 37 |
| Author | Eyas Ranjous |
| Maintainers | eyas-ranjous |
| Keywords | linked list, linked list es6, linked list js, doubly linked list, doubly linked list es6, doubly linked list js |

## Links

- npm: https://www.npmjs.com/package/@datastructures-js/linked-list
- Repository: https://github.com/datastructures-js/linked-list
- Homepage: https://github.com/datastructures-js/linked-list#readme
- Issues: https://github.com/datastructures-js/linked-list/issues
- npm.io page: https://npm.io/package/@datastructures-js/linked-list

## Recent versions

- 6.1.4 (latest) — 2025-08-27
- 6.1.3 — 2024-07-14
- 6.1.2 — 2024-07-13
- 6.1.1 — 2023-09-16
- 6.1.0 — 2023-05-29
- 6.0.0 — 2023-03-20
- 5.2.5 — 2023-01-10
- 5.2.4 — 2022-09-05
- 5.2.3 — 2022-08-16
- 5.2.2 — 2022-06-20
- 5.2.1 — 2022-02-16
- 5.2.0 — 2022-02-14
- 5.1.1 — 2021-06-20
- 5.1.0 — 2021-06-14
- 5.0.1 — 2021-04-12
- … 14 more at https://npm.io/package/@datastructures-js/linked-list/versions

## README

# @datastrucures-js/linked-list

## Docs

### Linked List
https://datastructures-js.info/docs/linked-list

### Doubly Linked List
https://datastructures-js.info/docs/doubly-linked-list

---
_Source: https://npm.io/package/@datastructures-js/linked-list · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
