doublylinked
Doubly linked list implementation for JavaScript with iterator and array-like interface
fhf-linkedlist
The fhf-linkedlist library is a high-performance JavaScript implementation of a linked list, leveraging WebAssembly for efficient memory management and fast execution. It provides an easy-to-use API for common linked list operations such as appending, pus
ptdev-tsds
A fairly lightweight implementation of common data structures (Stacks, Queues, Lists, and Trees) in typescript that don't have native js implementations.
dllist.js
A Javascript implementation of double linked list
fast-linked-list
General purpose, but clean doubly Linked List implementation for the web.