//
pkg.gl
Category
github.com/techidea8/codectl
infra
algorithm
trie
package
1.0.2
Repository:
https://github.com/techidea8/codectl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
54 SLOC
#
Functions
NewTrieNode
初始化 Trie 树节点.
NewTrieTree
初始化 Trie 树.
#
Structs
TrieNode
Trie 树节点.
TrieTree
Trie 树结构.