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-10 14:50:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
aeb57b5cca
aoc2024
/
day-04
/
internal
/
two
/
direction.go
11 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
add day-04 + benchmarks
2024-12-05 01:31:44 +00:00
package
two
refactor using graph struct and adjacency function
2024-12-26 20:09:19 +00:00
type
direction
int
add day-04 + benchmarks
2024-12-05 01:31:44 +00:00
const
(
refactor using graph struct and adjacency function
2024-12-26 20:09:19 +00:00
NW
direction
=
iota
add day-04 + benchmarks
2024-12-05 01:31:44 +00:00
NE
SE
SW
)
Reference in New Issue
Copy Permalink