//
pkg.gl
Category
github.com/kuriancoding/go-datastructures
trie
yfast
package
1.0.14
Repository:
https://github.com/kuriancoding/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
361 SLOC
#
Functions
New
New constructs, initializes, and returns a new y-fast trie.
#
Structs
Iterator
Iterator will iterate of the results of a query.
YFastTrie
YFastTrie implements all the methods available to the y-fast trie datastructure.
#
Interfaces
Entry
Entry defines items that can be inserted into the y-fast trie.
#
Type aliases
Entries
Entries is a typed list of Entry.