diagram of complexities

This commit is contained in:
Revone 2023-06-28 00:32:34 +08:00
parent d0885cd561
commit e0341ac53a
3 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,6 @@
# 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
![complexities](src/assets/complexities-diff.png)
![complexities of data structures](src/assets/data-structure-complexities.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB