//
pkg.gl
Category
github.com/minio/pkg/v3
trie
package
3.0.22
Repository:
https://github.com/minio/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
0
Dependents
4
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.