MadhavBahl / OOPS

The only guidebook to object oriented programming in C++ you will ever need.
MIT License
116 stars 56 forks source link

Add C/C++ implementation of Jump Search #19

Open MadhavBahl opened 6 years ago

MadhavBahl commented 6 years ago

Add the needful here and submit a PR, https://github.com/MadhavBahlMD/OOPS/tree/master/Search/Jump_Search

Also, do add the algorithm and explanation in Corresponding README + snippet of code

Format for README

Jump Seaerch

Some Details

Algorithm

Algorithm

Explanation

Explanation

C/C++ Code

Code Here
MadhavBahl commented 6 years ago

PR format:

PragunSaini commented 6 years ago

I would like to do this one as well.