mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2026-04-09 02:23:36 +00:00
add point subpackage
build ShortestPath as ordered map replace dijkstra in part two with a bfs
This commit is contained in:
6
day-18/internal/point/point.go
Normal file
6
day-18/internal/point/point.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package point
|
||||
|
||||
type Point struct {
|
||||
X int
|
||||
Y int
|
||||
}
|
||||
Reference in New Issue
Block a user