//
pkg.gl
Category
github.com/caicaispace/gohelper
tree
trie
package
0.2.2
Repository:
https://github.com/caicaispace/gohelper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
237 SLOC
#
Functions
NewNode
NewNode 新建子节点.
NewRootNode
NewRootNode 新建根节点.
NewTrie
NewTrie 新建一棵Trie.
#
Structs
Node
Node Trie树上的一个节点.
Trie
Trie 短语组成的Trie树.