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

Adding Interpolation Search Algo #5

Open Kanai2003 opened 8 months ago

Kanai2003 commented 8 months ago

Interpolation Search is even more faster and optimized solution than Binary Search