//
pkg.gl
Category
github.com/andreaskaempf/adventofcode2023
day25
package
0.0.0-20241019153244-387b7cc465f9
Repository:
https://github.com/andreaskaempf/adventofcode2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
111 SLOC
#
Structs
Edge
An edge, with source and destination node IDs, and the total distance of the graph when the edge is removed (used for prioritizing which edges to try removing).