summaryrefslogtreecommitdiff
path: root/2024/go/src/day6
AgeCommit message (Collapse)AuthorFilesLines
2024-12-06Made isStuck blazingly fast by using an array of booleans to detect the ↵omagdy1-13/+11
cycle using the guard position and direction instead of of detecting cycle by count
2024-12-06Day 6 done.omagdy1-0/+181