Find a file
2023-08-11 12:02:16 +08:00
.idea first commit 2023-06-16 00:34:28 +08:00
src markdown modified 2023-06-28 00:42:28 +08:00
.gitignore first commit 2023-06-16 00:34:28 +08:00
package-lock.json first commit 2023-06-16 00:34:28 +08:00
package.json exports bug fixed 2023-06-16 10:58:17 +08:00
README.md Instructure of using the package 2023-08-11 12:02:16 +08:00
tsconfig.json type importing bug solved 2023-06-16 01:24:35 +08:00

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