@oresoftware/linked-queue
Synchronous queue implementation with constant/linear time operations.
Synchronous queue implementation with constant/linear time operations.
Doubly linked list implementation for JavaScript with iterator and array-like interface
a lightweight, fast & flexible doubly linked list
DoublyList implementation in JavaScript
This package is a javascript implementation of Doubly Linked List.
Doubly linked list code bricks for JavaScript
JavaScript doubly linked list implementation
a lightweight linked-list implementation that offers both Singly (next) and Doubly data structures (next and previous)
Common JavaScript data structure implementations for Doubly Linked List, Hash Map, and Cache
A Doubly Linked List Implementation in Javascript
Doubly linked list code bricks for JavaScript
Circular Linked Lists for JavaScript
A doubly-linked list implementation.
⚡ Doubly circular & linear linked lists for ES6
simple and fast circular doubly linked list with a runtime of O(1) for basic operations
This is a simple doubly linked list which query speed is specifically optimized for the PxDiffFrameAnimation.
General purpose, but clean doubly Linked List implementation for the web.
a doubly linked list implementation
Doubly linked list
Circularly linked lists for JavaScript