PHP icon indicating copy to clipboard operation
PHP copied to clipboard

Added Jump Search Algorithm

Open zy1912 opened this issue 3 years ago • 0 comments

Jump Search is a searching algorithm to locate an element in an ordered list. The fundamental idea of this algorithm is to check fewer elements by skipping a fixed number of steps.

zy1912 avatar Jul 30 '22 04:07 zy1912