Table of Contents

Exponential Search

First finds a range where the element could be by repeatedly doubling the index, and then applies binary search within that range.

Category: searching
Loading...

Enjoy reading code with a tandem explainer?

Explain code with DocComment! Try out your own code!

Try DocComment