package
0.1.158
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

New creates a tenary search tree, which is a trie tree.
NewWithBytes behaves like New, but receive ...[]byte.

# Constants

No description provided by the author

# Structs

TernarySearchTree represents a Ternary Search Tree.

# Interfaces

No description provided by the author

# Type aliases

The HandlerFunc type is an adapter to allow the use of ordinary functions as traversal handlers.