PB2204 / JS-DSA

JS-DSA is a comprehensive collection of data structures and algorithms implemented in JavaScript. This project is designed to be a helpful resource for developers, students, and anyone interested in learning about data structures and algorithms through practical JavaScript examples.
https://www.npmjs.com/package/adv-dsa
MIT License
33 stars 4 forks source link

Add Interpolation Search #7

Closed Kanai2003 closed 7 months ago

Kanai2003 commented 8 months ago

Interpolation Search solve #5 & #6

clarissa-au commented 8 months ago

@Kanai2003 Will need a corresponding test case if I understand right, please make one in test/algorithms/searching/InterpolationSearch.test.js, thank you!