Quote:
|
Originally Posted by EverLearning
I know that searches/sorts are chosen depending on data but did anyone of you ever used this search in reality (work place)? just out of curiosity
|
No. I only use binary search on sorted data sets. interpolation search is only useful when you have a dataset that rarely, if ever, changes.