package
0.0.0-20231216031245-352ca3995437
Repository: https://github.com/edgejay/adventofcode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

2023 Day 4

Learnings

  1. Puzzle 1 was straightforward, can be solved easily with Regexp.
  2. Puzzle 2 was good practice for writing recursive functions.
  3. Processing time could have been shortened with go routines.