data-structure-typed
Javascript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max
@zerodep/struct-tree
A factory that returns an optionally-typed, Tree data structure instance with breadth- and depth-first searching capabilities.
graph-typed
Graph. Javascript & Typescript Data Structure.