package
Version:
v0.0.0-...-b8574e7
Opens a new window with list of versions in this module.
Published: Jun 11, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Trie implemented using ternary search trie
type TstNode struct {
Value int
Cb byte
Left, Middle, Right *TstNode
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.