Abstract
Interpolation search is a method of retrieving a desired record by key in an ordered file by using the value of the key and the statistical distribution of the keys. It is shown that on the average log logN file accesses are required to retrieve a key, assuming that the N keys are uniformly distributed. The number of extra accesses is also estimated and shown to be very low. The same holds if the cumulative distribution function of the keys is known. Computational experiments confirm these results.
Original language | English (US) |
---|---|
Pages (from-to) | 550-553 |
Number of pages | 4 |
Journal | Communications of the ACM |
Volume | 21 |
Issue number | 7 |
DOIs | |
State | Published - Jul 1 1978 |
Externally published | Yes |
All Science Journal Classification (ASJC) codes
- General Computer Science
Keywords
- average number of accesses
- binary search
- database
- interpolation search
- retrieval
- searching
- uniform distribution