worstCaseTimeComplexity
17
triples
GPTKB property
Random triples
| Subject | Object |
|---|---|
| gptkb:Push–relabel_algorithm | O(V^2 E) |
| gptkb:AStar | O(b^d) |
| gptkb:Shell_sort | O(n^2) |
| gptkb:TimSort | O(n log n) |
| gptkb:Quicksort | O(n^2) |
| gptkb:Randomized_Quicksort | O(n^2) |
| gptkb:Dual-Pivot_Quicksort | O(n^2) |
| gptkb:Bellman–Ford_algorithm | O(VE) |
| gptkb:Jarvis_march | O(nh) |
| gptkb:Binary_Search_Tree | O(n) |
| gptkb:Subset_Sum_Problem | O(2^n) |
| gptkb:The_Quicksort_Algorithm | O(n^2) |
| gptkb:Knuth–Morris–Pratt_algorithm | O(n + m) |
| gptkb:Subset_Sum | O(2^n) |
| gptkb:Timsort | O(n log n) |
| gptkb:Insertion_sort | O(n^2) |
| gptkb:Rabin-Karp_algorithm | O(nm) |