Algorithms
Algorithms copied to clipboard
Implement Interpolation Search
Implement Interpolation Search in a language of your choice.
Please read the contributing guidelines in CONTRIBUTING.md
Languages claimed/implemented:
- [x] C (by @Abhishek-Greninja17 )
- [x] C++ (by @rcchcz )
- [ ] Java
- [x] Python
- [ ] Any other language
closing #217 for C
@deutranium can i contribute the java version of this?
@deutranium I have contributed a PR including InterpolationSearch in Java yesterday, may you please check and verify that. It's the same logic in C language which I contributed earlier, has all the possible test cases and essential comments for understanding purpose
Can you assign me this issue? I can do it in Javascript.