Interpolation Search Algorithm

Publicado el: 07 julio 2022
en el canal de: DigiiMento: GATE, NTA NET & Other CSE Exam Prep
2,829
45

GeeksforGeeks GATE Computer Science Coupon Code-: DIGIXGFG
All India Scholarship Test Link - https://practice.geeksforgeeks.org/co...
GATE Course - https://practice.geeksforgeeks.org/co...
Interpolation search is an algorithm similar to the binary search for searching for a given target value in a sorted array. It parallels how humans search a telephone book for a particular name, the target value by which the book’s entries are ordered.

We know that binary search always chooses the middle of the remaining search space, discarding one half or the other depending on the comparison between the mid-value and the target value. The remaining search space is reduced to the part before or after the mid-position.
By comparison, at each search step, the Interpolation search calculates wherein the remaining search space the target might be present, based on the low and high values of the search space and the target’s value. The value found at this estimated position is then compared to the target value. If it is not equal, the remaining search space is reduced to the part before or after the estimated position depending on the comparison. This method will only work if calculations on the size of differences between target values are sensible.


En esta página del sitio puede ver el video en línea Interpolation Search Algorithm de Duración hora minuto segunda en buena calidad , que subió el usuario DigiiMento: GATE, NTA NET & Other CSE Exam Prep 07 julio 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,829 veces y le gustó 45 a los espectadores. Disfruta viendo!