字典比喻很形象啊!radix树没听过,孤陋寡闻啊。。作者: zboom 时间: 2010-08-27 16:28
A radix trie/tree, Patricia trie/tree, or crit bit trie/tree is a specialized set data structure based on the trie that is used to store a set of strings.
详细内容见:http://en.wikipedia.org/wiki/Radix_tree作者: daybreakcx 时间: 2010-08-27 16:45
实际上Radix Tree是在Trie的基础之上将树中的链状部分集合起来,这样来降低树的高度作者: ecjtubaowp 时间: 2010-08-27 17:20
内核中就有Radix Tree