package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev
# Functions
NewNode constructs a Node and return its pointer.
NewRuneTrie constructs a RuneTrie with specific end and returns its pointer.
NewRuneTrieNode constructs a RuneTrieNode and return its pointer.
NewTrie constructs a Trie with specific end and returns its pointer.
# Structs
Node struct.
NodeItem struct.
NodeStack struct.
RuneTrie struct.
RuneTrieNode struct.
RuneTrieNodeItem struct.
RuneTrieStack struct.
Trie struct.
# Type aliases
RunePhases type.