//
pkg.gl
Category
github.com/minio/pkg/v2
trie
package
2.0.19
Repository:
https://github.com/minio/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
0
Dependents
3
Files
81 SLOC
#
Functions
NewTrie
NewTrie create a new trie.
#
Structs
Node
Node trie tree node container carries value and children.
Trie
Trie is a trie container.