Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
doublylinked
Doubly linked list implementation for JavaScript with iterator and array-like interface
data-structure-typed
Standard data structure
container-doublylist
DoublyList implementation in JavaScript
linkedlist-js
A Doubly Linked List Implementation in Javascript
fast-linked-list
General purpose, but clean doubly Linked List implementation for the web.
@oresoftware/linked-queue
Synchronous queue implementation with constant/linear time operations.
list-runner
a lightweight linked-list implementation that offers both Singly (next) and Doubly data structures (next and previous)
double-linked-list
A doubly-linked list implementation.
doubly
Doubly linked list in TypeScript
@stdlib/utils-doubly-linked-list
Doubly linked list.
@zerodep/struct
A collection of factories to create various optionally-typed data structures
@zerodep/struct-linkedlist
A factory that returns an optionally-typed, iterable Linked List data structure.
quisin
Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Qu
d-link-list
typescript double linked list implementation with added accessors, removers, and inserter utils. As well as a map function that returns an index on each iteration
@data-structure-algebra/doubly-linked-list
Doubly linked list for JavaScript
dll
a lightweight, fast & flexible doubly linked list
dl-list
This package is a javascript implementation of Doubly Linked List.
@aidenhadisi/doublylinkedlist
A doubly linked list library for js.
@aureooms/js-dll
Doubly linked list code bricks for JavaScript
doubly-linkedlist
simple and fast circular doubly linked list with a runtime of O(1) for basic operations