|
85 | 85 | * [Parabola](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Particle_Swarm_Optimization/Polynomial%20Minimization/Parabola.m) |
86 | 86 | * Searching |
87 | 87 | * [Binary Search](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Searching/binary_search.m) |
| 88 | + * [Jump Search](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Searching/jump_search.m) |
88 | 89 | * [Linear Search](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Searching/linear_search.m) |
89 | 90 | * [Random Search](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Searching/random_search.m) |
90 | 91 | * [Ternarysearch](https://github.com/TheAlgorithms/MATLAB-Octave/blob/master/algorithms/Searching/ternarySearch.m) |
|
0 commit comments