Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Implement Interpolation Search

Open deutranium opened this issue 4 years ago • 4 comments

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

deutranium avatar Oct 07 '21 21:10 deutranium

closing #217 for C

deutranium avatar Oct 08 '21 06:10 deutranium

@deutranium can i contribute the java version of this?

swairik avatar Oct 08 '21 08:10 swairik

@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

Abhishek-Greninja17 avatar Oct 09 '21 13:10 Abhishek-Greninja17

Can you assign me this issue? I can do it in Javascript.

Sakshi2002-Sinha avatar Oct 15 '22 18:10 Sakshi2002-Sinha