用 Golang 实现的 智能提示功能,类似百度搜索的智能提示
使用的数据结构是 TrieTree 字典树
GitHub:https://github.com/zheng-ji/trietips
Blog: http://zheng-ji.info/blog/2015/02/08/trie-suggestion/
用 Golang 实现的 智能提示功能,类似百度搜索的智能提示
使用的数据结构是 TrieTree 字典树
GitHub:https://github.com/zheng-ji/trietips
Blog: http://zheng-ji.info/blog/2015/02/08/trie-suggestion/
1
datou552211 Jul 14, 2015 via iPhone
蛇形命名。。
|