//
pkg.gl
Category
github.com/DomBlack/advent-of-code-2023
pkg
datastructures
trie
package
0.0.0-20231222115459-5d524ee0c798
Repository:
https://github.com/domblack/advent-of-code-2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
112 SLOC
#
Functions
New
New creates a new Trie.
#
Structs
Node
Node is a node in the Trie.
Trie
Trie is a tree data structure that stores strings against values.
#
Interfaces
RuneFinder
No description provided by the author