(data structure)
Definition: A compact representation of a trie in which any node that is an only child is merged with its parent.
Also known as radix tree.
Generalization (I am a kind of ...)
trie.
Specialization (... is a kind of me.)
suffix tree.
See also compact DAWG.
Note: A compact directed acyclic word graph (DAWG) merges common suffix trees to save additional space.
A radix tree is taken to be a binary Patricia tree.
Author: SE
Donald R. Morrison, PATRICIA - Practical Algorithm to Retrieve Information Coded in Alphanumeric, Journal of the ACM, 15(4):514-534, October 1968.
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 1 December 2010.
HTML page formatted Mon Feb 2 13:10:40 2015.
Cite this as:
Stefan Edelkamp, "Patricia tree", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 1 December 2010. (accessed TODAY)
Available from: http://www.nist.gov/dads/HTML/patriciatree.html