New trie data structures which support very fast search operations

作者:

Highlights:

摘要

A new data structure called the q-fast trie is introduced. Given a set of N records whose keys are distinct nonnegative integers less than some initially specified bound M, a q-fast trie uses space O(N) and time O(√log M) for insertions, deletions, and all the retrieval operations commonly associated with binary trees. A simpler but less space efficient data structure called the p-fast trie is defined.

论文关键词:

论文评审过程:Received 2 September 1981, Revised 29 June 1983, Available online 2 December 2003.

论文官网地址:https://doi.org/10.1016/0022-0000(84)90020-5