Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Big O Notation) - Coggle Diagram
Big O Notation
Data Structure
Array
Linked List
Double Linked List
Stack
Queue
Hash tables
Tree
Binary Tree
Binary Search Tree
AVL Tree
B Tree, B+ Tree
Red Black Tree
Trie (Prefix Tree)
Double-ended queue
Priority Queue/Heap (If you have concept about Tree-based data structures)
Algorithm
Amortized Analysis
Recursion
Sorting
Searching
Graph
Greedy
Dynamic Programming
8 more items...
Graph Traversal
DFS
BFS
Shortest Path
Dijkstra
Bellman-Ford
Floyd-Warshall
A*
Spanning Tree
Kruskal’s algorithm
Union-find structure
Prim’s algorithm
Linear Searching
Binary Searching
Interpolation searching
Quick Sorting
Heap sorting
Merge Sorting
Single calling
Permutation
Backtracking
Two Pointers
Sliding Window