Title :
Faster uniquely represented dictionaries
Author :
Andersson, Arne ; Ottmann, Thomas
Author_Institution :
Dept. of Comput. Sci., Lund Univ., Sweden
Abstract :
The authors present a solution to the dictionary problem where each subset of size n of an ordered universe is represented by a unique structure, containing a (unique) binary search tree. The structure permits the execution of search, insert, and delete operations in O(n1/3) time in the worst case. They also give a general lower bound, stating that for any unique representation of a set in a graph of, bounded outdegree, one of the operations search or update must require a cost of Ω(n 1/3) Therefore, the result sheds new light on previously claimed lower bounds for unique binary search tree representations
Keywords :
computational complexity; data structures; search problems; trees (mathematics); binary search tree; bounded outdegree graph; delete; dictionary problem; insert; lower bound; ordered universe; search; update; worst case; Binary search trees; Computational modeling; Computer science; Costs; Data structures; Dictionaries; Tree data structures; Tree graphs;
Conference_Titel :
Foundations of Computer Science, 1991. Proceedings., 32nd Annual Symposium on
Conference_Location :
San Juan
Print_ISBN :
0-8186-2445-0
DOI :
10.1109/SFCS.1991.185430