advent-of-code/src/aoc2023
2023-12-09 09:20:47 +01:00
..
Day01.kt Improved solution to day 1. 2023-12-01 19:06:02 +01:00
Day02.kt Day 2: Revisited reg ex parsing, but it really turned out to be too complicated for me. Simplified part 1 a little. 2023-12-02 07:42:10 +01:00
Day03.kt Reworked day 3, adding a generic class for 2D grids with some special functions for day 3. Modified template to avoid double evaluation. 2023-12-03 15:21:59 +01:00
Day04.kt Added overdue helper functions splitInts() and splitLongs() 2023-12-09 09:20:47 +01:00
Day05.kt Added overdue helper functions splitInts() and splitLongs() 2023-12-09 09:20:47 +01:00
Day06.kt Added overdue helper functions splitInts() and splitLongs() 2023-12-09 09:20:47 +01:00
Day07.kt Day 7 :-( 2023-12-07 09:27:50 +01:00
Day08.kt Day 8 revisited: Replaced manual prime factorization by new gcd and lcm toolset. 2023-12-09 06:51:10 +01:00
Day09.kt Added overdue helper functions splitInts() and splitLongs() 2023-12-09 09:20:47 +01:00