Hash array mapped trie
Appearance
An hash array mapped trie[1] is an implementation of an associative array that combines the characteristics of a hash table and a trie.
References
- ^ Bagwell, P. (2001) Ideal Hash Trees. Technical Report, 2001.