menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Searching ...
source image

Prodevelopertutorial

3w

read

166

img
dot

Image Credit: Prodevelopertutorial

Searching Algorithm 3: Jump search

  • Jump search is an improvement over linear search.
  • In jump search, we jump block by block and check if the key element is inside the block.
  • If the key element is inside the block, we do a linear search in that block.
  • The time complexity of jump search is O(sqrt(n)).

Read Full Article

like

10 Likes

For uninterrupted reading, download the app