Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func NewTrieNode ¶
func NewTrieNode() *Node
type TrieTree ¶
type TrieTree struct {
// contains filtered or unexported fields
}
func NewTrieTree ¶
func NewTrieTree() *TrieTree
func (*TrieTree) PrefixNumber ¶
Click to show internal directories.
Click to hide internal directories.