//
pkg.gl
Category
github.com/andreaskaempf/adventofcode2023
day19
package
0.0.0-20241019153244-387b7cc465f9
Repository:
https://github.com/andreaskaempf/adventofcode2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
278 SLOC
#
Variables
Accepts
For Part 2, a global lists of lists of conditions that lead to acceptance or rejection.
Parts
No description provided by the author
Rules
Global dictionary of rules, each a list of sequential tests.
#
Structs
Test
A test within a rule, e.g., "s<1351:dest" Either a comparison witor a destination.
#
Type aliases
Part
Global list of parts, where each part is represented as a dictionary x/m/a/s -> value.