PHP
PHP copied to clipboard
Added Jump Search Algorithm
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.