Smoothed Heights of Tries and Patricia Tries
Document Type
Article
Publication Date
1-4-2016
Publication Title
Theoretical Computer Science
DOI
10.1016/j.tcs.2015.02.009
ISSN
0304-3975
Abstract
Tries and patricia tries are two popular data structures for storing strings. Let Hn denote the height of the trie (the patricia trie, respectively) on a set of n strings. Under the uniform distribution model on the strings, it is well known that Hn/ log n → 2for tries and Hn/ log n → 1for patricia tries, when n approaches infinity. Nevertheless, in the worst case, the height of a trie can be unbounded and the height of a patricia trie is in Θ(n). To better understand the practical performance of both tries and patricia tries, we investigate these two classical data structures in a smoothed analysis model. Given a set S ={s1, s2, ..., sn} of n binary strings, we perturb the set by adding an i.i.d. Bernoulli random noise to each bit of every string. We show that the resulting smoothed heights of the trie and the patricia trie are both in Θ(log n).
Recommended Citation
Tong, Weitian, Randy Goebel, Guohui Lin.
2016.
"Smoothed Heights of Tries and Patricia Tries."
Theoretical Computer Science, 609 (3): 620-626.
doi: 10.1016/j.tcs.2015.02.009
https://digitalcommons.georgiasouthern.edu/compsci-facpubs/64