|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
C++ program to implement Jump Search More...
#include <algorithm>#include <cmath>#include <iostream>Functions | |
| int | jumpSearch (int arr[], int x, int n) |
| int | main () |
C++ program to implement Jump Search
| int jumpSearch | ( | int | arr[], |
| int | x, | ||
| int | n | ||
| ) |
jump search implementation