TheAlgorithms / MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MIT License
364 stars 173 forks source link

Add jump search algorithm #76

Closed harshitpant1 closed 3 years ago

harshitpant1 commented 3 years ago

This PR intends to add jump search algorithm to the TheAlgorithms/MATLAB-Octave repository.

Reference: https://en.wikipedia.org/wiki/Jump_search

Issue: #9

harshitpant1 commented 3 years ago

Hi, I have made the suggested changes. Please go through them.

harshitpant1 commented 3 years ago

Thanks, @cozek and @Panquesito7