Enter an algorithm and input to start visualization.
About Jump Search
A searching algorithm for sorted arrays. The basic idea is to check fewer elements than linear search by jumping ahead by fixed steps and then doing a linear search in the identified block.
Code Editor
The code is for reference. Editing it won't affect the visualization.