//
pkg.gl
Category
github.com/andreaskaempf/adventofcode2023
day20
package
0.0.0-20241019153244-387b7cc465f9
Repository:
https://github.com/andreaskaempf/adventofcode2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
189 SLOC
#
Constants
HIGH
No description provided by the author
LOW
Low/high signals.
#
Variables
Q
Processing needs to happen breadth-first, so create a global queue of messages to be processed.
#
Structs
Component
A component.
Message
A message to be added to the queue.