//
pkg.gl
Category
github.com/GGGxie/dataStructure
datastructure
trees
trie
package
1.0.1
Repository:
https://github.com/gggxie/datastructure.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
56 SLOC
#
Functions
NewTrie
新建字典树.
#
Structs
TrieNode
树节点.
TrieTree
字典树作用是高效检索单词 常见应用场景 1.字符串检索 2.字符串最长公共前缀 3.排序树的root为空,不储存数据.