DSAverse
Searching Algorithms
Loading Searching Algorithms...
Search Visualization
3
9
14
21
28
35
47
56
63
72
sorted arrayindex 0
Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Searching Algorithms
Loading Searching Algorithms...
Search Visualization
Estimates target position using value proportions — like a phone book lookup. O(log log n) for uniform data; degrades to O(n) for skewed distributions.
Ready — press Play or step through manually.
Question 1 of 3
What type of data gives interpolation search its best-case O(log log n) performance?