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 06:40:47 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
68aaa634c9
aoc2024
/
day-04
/
internal
/
one
/
direction.go
15 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
add day-04 + benchmarks
2024-12-05 01:31:44 +00:00
package
one
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
N
direction
=
iota
add day-04 + benchmarks
2024-12-05 01:31:44 +00:00
NE
E
SE
S
SW
W
NW
)
Reference in New Issue
Copy Permalink