proxy.golang.org : github.com/neoul/trie
Package gtrie is an implementation of an R-Way Trie value structure. This package supports more useful functions based on derekparker/trie (https://godoc.org/github.com/derekparker/trie). A Trie has a root trieNode which is the base of the tree. Each subsequent trieNode has a letter and children, which are nodes that have letter values associated with them.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/neoul/trie
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/neoul
Last synced: about 1 month ago