This website requires JavaScript.
Explore
Help
Register
Sign In
chrisly42
/
advent-of-code
Watch
1
Star
0
Fork
0
You've already forked advent-of-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b98653f2b9
advent-of-code
/
src
/
aoc2023
History
chrisly42
b98653f2b9
Slept in, didn't hurry to finish Day 10. Considering the solution elegant regarding the traversal of the pipes.
2023-12-10 11:31:09 +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
Day10.kt
Slept in, didn't hurry to finish Day 10. Considering the solution elegant regarding the traversal of the pipes.
2023-12-10 11:31:09 +01:00