Documentation ¶
Overview ¶
Package radix implements a radix tree for storing a collection of strings processing
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCannotCreateNode = errors.New("radix: no node created")
ErrCannotCreateNode is an error we get when insert somehow fails
View Source
var ErrInvalidCategoryCount = errors.New("radix: invalid category count")
ErrInvalidCategoryCount is an error for when the number of categories this tree should count is invalid
View Source
var ErrOutOfBoundsCategory = errors.New("radix: out of bounds category")
ErrOutOfBoundsCategory is an errror for when the category we want to increment is out of bounds
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.