package
0.0.0-20241224043742-a8ae780cdbac
Repository: https://github.com/ark369/adventofcode.git
Documentation: pkg.go.dev

# README

https://adventofcode.com/2023/day/6

  • Did a by using (simple) math
  • b ended up just using the same algorithm. If improvement was needed, could conider binary searching instead of iterating down.