mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
MIrror of DST.
https://data-structure-typed-docs.vercel.app
.idea | ||
src | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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