data-structure-typed/README.md
2023-08-11 12:02:16 +08:00

1 KiB

data-structure-ts

data structures

Data Structure Description
Hash CoordinateSet, CoordinateMap
Heap
Binary Tree AVL Tree, Binary Indexed Tree, Binary Search Tree, Segment Tree, Tree Multiset
Graph Directed Graph, Undirected Graph
Linked List Singly Linked List, Doubly Linked List
Matrix
Priority Queue Max Priority Queue, Min Priority Queue
Queue Queue, Dequeue
Stack
Trie

install

yarn add data-structure-ts

npm install data-structure-ts

complexities

complexities of data structures