trie - JasonWayne/personal-wiki GitHub Wiki
介绍及C++实现,我自己也根据这篇文章进行了实现。
http://blog.csdn.net/hackbuteer1/article/details/7964147 http://acm.hdu.edu.cn/showproblem.php?pid=1251 https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/ http://linux.thai.net/~thep/datrie/datrie.html http://www.hankcs.com/program/java/双数组trie树doublearraytriejava实现.html http://www.hankcs.com/nlp/parsing/crf-sequence-annotation-chinese-dependency-parser-implementation-based-on-java.html