//
pkg.gl
Category
github.com/alexchao26/advent-of-code-go
2019
day20
part1
package
0.0.0-20240819202250-407441df0594
Repository:
https://github.com/alexchao26/advent-of-code-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
179 SLOC
#
Functions
MakeDijkstraGrid
MakeDijkstraGrid does just that.
#
Structs
Dijkstra
Dijkstra struct stores the 2D grid of nodes and a queue of next points to check and a portal map to add jumps to the queue.
Node
Node data type is custom built for this algo, i.e.