package
0.0.0-20231216031245-352ca3995437
Repository: https://github.com/edgejay/adventofcode.git
Documentation: pkg.go.dev
# README
2023 Day 4
Learnings
- Puzzle 1 was straightforward, can be solved easily with Regexp.
- Puzzle 2 was good practice for writing recursive functions.
- Processing time could have been shortened with go routines.