My solutions to the Advent of Code challenges.
Find a file
Dan Anglin fcc2ad5666
perf: use trimLength to reduce recursion
Add trimLength to trim all but the last character of the detected
integers in text form. The last character is not trimmed during
recursion because it may be part of the next integer.

This should reduce the amount of recursion needed to complete the
calculation.
2023-12-01 17:21:34 +00:00
2023/day-1 perf: use trimLength to reduce recursion 2023-12-01 17:21:34 +00:00
go.mod Initial commit 2023-12-01 15:03:51 +00:00
LICENSE Initial commit 2023-12-01 15:03:51 +00:00
README.asciidoc docs: updated README 2023-12-01 15:04:58 +00:00

Advent of Code

My solutions to the Advent of Code challenges.