diff --git a/README.md b/README.md index 2f4b702..f7a08d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,64 @@ # data-structure-ts -Hash (CoordinateSet, CoordinateMap) Heap (MaxHeap, MinHeap) 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 + +## data structures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Data StructureDescription
HashCoordinateSet, CoordinateMap
Heap
Binary TreeAVL Tree, Binary Indexed Tree, Binary Search Tree, Segment Tree, Tree Multiset
GraphDirected Graph, Undirected Graph
Linked ListSingly Linked List, Doubly Linked List
Matrix
Priority QueueMax Priority Queue, Min Priority Queue
QueueQueue, Dequeue
Stack
Trie
+ + +## install + +```bash +yarn add data-structure-ts + +npm install data-structure-ts +``` + ![complexities](src/assets/complexities-diff.jpg)