DocumentCode
2892743
Title
Faster uniquely represented dictionaries
Author
Andersson, Arne ; Ottmann, Thomas
Author_Institution
Dept. of Comput. Sci., Lund Univ., Sweden
fYear
1991
fDate
1-4 Oct 1991
Firstpage
642
Lastpage
649
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 (n 1/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;
fLanguage
English
Publisher
ieee
Conference_Titel
Foundations of Computer Science, 1991. Proceedings., 32nd Annual Symposium on
Conference_Location
San Juan
Print_ISBN
0-8186-2445-0
Type
conf
DOI
10.1109/SFCS.1991.185430
Filename
185430
Link To Document