Enter an algorithm and input to start visualization.
About Exponential Search
An algorithm used for searching in sorted, unbounded arrays. It involves two steps: first finding a range where the element could be, and then performing a binary search within that range.
Code Editor
The code is for reference. Editing it won't affect the visualization.