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
837e5827f4
advent-of-code
/
src
/
aoc2023
History
chrisly42
837e5827f4
removed dead code.
2023-12-09 08:28:08 +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
removed dead code.
2023-12-09 08:28:08 +01:00
Day05.kt
Fixed day 5 :-/
2023-12-05 13:22:20 +01:00
Day06.kt
Day 6 :-(
2023-12-06 06:41:39 +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
Day 9.
2023-12-09 06:23:49 +01:00