读书人

Perl 前缀树兑现

发布时间: 2012-08-07 14:54:48 作者: rapoo

Perl 前缀树实现

前缀树,用来处理大量字符串的查找、排序,也称为字典树,可以代替hash table。

http://en.wikipedia.org/wiki/Trie

以下翻译自Wikipedia:

The following are the main advantages of tries over binary search trees (BSTs):

读书人网 >perl python

热点推荐