deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Jump search in C++ #209

Closed rcchcz closed 3 years ago

rcchcz commented 3 years ago

This PR implements the code for Jump Search in C++. I didn't find a referring issue, but I realized that the only version of this algorithm in the repository was in Python.

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

rcchcz commented 3 years ago

I just started using GitHub so I still slip up on relatively simple things, sorry about that. Thanks for the comments and the patience. Glad to contribute.

deutranium commented 3 years ago

@rcchcz no worries, thanks for contributing!