Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
directed-graph-typed
Directed Graph
graph-typed
Graph data structure.
smart-circular
Simplify JS objects, replacing circular references by the path leading to the parent reference. Useful before a JSON.stringify() or a recursive navigation over the object.
binary-tree-typed
Binary Tree. Javascript & Typescript Data Structure.
undirected-graph-typed
Undirected Graph
bst-typed
Binary Search Tree
avl-tree-typed
Standard AVL tree
data-tree
Data oriented tree structure that unleashes the power of callbacks to create, search and traverse the tree.
tree-multimap-typed
Tree Multimap
tree-multiset-typed
Tree Multiset, AVLTree, BST, Binary Tree. Javascript & Typescript Data Structure.
@ganorberg/data-structures-javascript
Data structure and graph processing library written in modern JavaScript
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
@raikuxq/alg-ds
Documentation app: [raikuxq-algorithms.netlify.app/guide](https://raikuxq-algorithms.netlify.app/guide)
graph-alg
A Node.js module to manipulate Graph
json-references
Library to simplify JSON, replacing circular and repeated structures by the path leading to the first time this structure happens (in breadth-first search).
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
@datastructures-es6/core
Implementation of the most common data structures in Javascript
@ronanharris09/treats
The Route Exploration Algorithm is a graph traversal library implemented in TypeScript with BFS in mind
@wfh/algorithms
Basic algorithms and data structures that is used by Plink internally, including Red-black tree, interval-tree, BFS, DFS graph algorithms
@daniele.fedeli/graphy
Small graph library for node.js