deutranium / Algorithms

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

Implement Interpolation Search #211

Open deutranium opened 3 years ago

deutranium commented 3 years ago

Implement Interpolation Search in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

deutranium commented 3 years ago

closing #217 for C

swairik commented 3 years ago

@deutranium can i contribute the java version of this?

Abhishek-Greninja17 commented 3 years ago

@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

Sakshi2002-Sinha commented 2 years ago

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