This website requires JavaScript.
Explore
Help
Sign In
onyx_online
/
aoc2024
Watch
1
Star
0
Fork
0
You've already forked aoc2024
mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced
2025-01-09 14:20:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
68aaa634c9
aoc2024
/
day-18
/
internal
/
point
/
point.go
7 lines
51 B
Go
Raw
Normal View
History
Unescape
Escape
add point subpackage build ShortestPath as ordered map replace dijkstra in part two with a bfs
2024-12-19 21:32:21 +00:00
package
point
add day-18 + benchmarks
2024-12-18 18:48:11 +00:00
type
Point
struct
{
X
int
Y
int
}
Reference in New Issue
Copy Permalink