//
pkg.gl
Category
github.com/MDGSF/utils
container
trie
package
0.0.0-20201010064512-ade9fc0d65ef
Repository:
https://github.com/mdgsf/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
139 SLOC
#
Packages
example
No description provided by the author
test
No description provided by the author
#
Functions
New
New returns an initialized trie tree.
NewElement
NewElement returns an initialized element.
#
Structs
Element
Element is an element of tree node.
Trie
Trie implement a trie tree.