Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
data-structure-typed
Standard data structure
magnamet
Data Structures of Javascript & TypeScript. AVLTree, Binary Search Tree, Binary Tree, Tree Multiset, Graph, Heap, Priority Queue, Linked List.
usingbytes-dsa
usingbytes-dsa is comprehensive JavaScript library for common data structures and algorithms. This library is designed to be both educational and practical, providing implementations of fundamental data structures and algorithms that can be used in a vari
jkstra
Small JavaScript graph routing library
@quory/core
Quickly extract relationships from any database
graph-alg
A Node.js module to manipulate Graph
dijkstra-floydwarshall-graph
Dijkstra & Floyd Warshall implementation for weighted directed and undirected graphs with iteration logging.
pq2
Priority queue w/ decrease key operation, good for Dijkstra's algorithm
hanoi_solver
tower of Hanoi game solver
bounded-queue
Bounded batch queue, where items are produced and consumed based on user specified functions
@vila91/graph
Directed and Undirected graph implementation based on the following node structure