Commit Graph

7 Commits

Author SHA1 Message Date
c70d4a74cf run loop logic in separate goroutines.
use bool channel + waitgroups to collect results
2025-01-07 17:22:03 +00:00
156c1c13e0 fix build src 2024-12-28 01:50:52 +00:00
a282338f29 remove bounds check for first neighbour. 2024-12-26 22:55:23 +00:00
4013cd6c7f clean up function 2024-12-26 20:16:54 +00:00
83399a45c2 refactor using graph struct and adjacency function 2024-12-26 20:09:19 +00:00
d1308ffdfe rename data to buf 2024-12-06 19:57:07 +00:00
e7aa98d637 add day-04 + benchmarks 2024-12-05 01:31:44 +00:00