fb3f41a6afAdded solution for "Day 24: Never Tell Me The Odds", part 1Stefan Müller2023-12-26 18:29:05 +0100
5495b32692Added solution for "Day 23: A Long Walk", part 1Stefan Müller2023-12-25 00:44:13 +0100
c3ecaf59faAdded custom constructors for TCosmicExpansion and TStepCounter to simplify test case setupStefan Müller2023-12-23 20:16:18 +0100
2bb89c952bAdded solution for "Day 22: Sand Slabs", part 2Stefan Müller2023-12-23 20:03:05 +0100
7b77846abcAdded solution for "Day 22: Sand Slabs", part 1Stefan Müller2023-12-23 01:30:41 +0100
197e5f81b9Removed left-over comments from TStepCounterStefan Müller2023-12-22 15:15:56 +0100
4e28a7a4c2Removed or unregistered tests for incomplete solutionsStefan Müller2023-12-21 21:14:50 +0100
9855a38e50Fixed missing visibility modifier on TFactor10CosmicExpansion test classStefan Müller2023-12-21 21:12:18 +0100
bc2568756bAdded solution for "Day 21: Step Counter", part 1Stefan Müller2023-12-21 21:11:31 +0100
8d5757fae0Added p/puzzle command line option to run only specific puzzles, and updated the application help textStefan Müller2023-12-21 18:32:40 +0100
55f8f3d674Added solution for "Day 20: Pulse Propagation", part 1Stefan Müller2023-12-21 16:14:00 +0100
b2bfbf1993Added solution for "Day 19: Aplenty", part 2Stefan Müller2023-12-20 19:25:21 +0100
c3019613bdAdded solution for "Day 19: Aplenty", part 1Stefan Müller2023-12-20 11:41:17 +0100
b32a7345cbUpdated puzzle commentary for days 13, 14, 15, and 16Stefan Müller2023-12-19 19:03:46 +0100
58da932860Added empty skeleton implementations and tests for days 17, 18, and 19Stefan Müller2023-12-19 17:57:58 +0100
01ec0be32cAdded solution for "Day 16: The Floor Will Be Lava", part 2Stefan Müller2023-12-19 17:26:18 +0100
e9737f0265Moved the constants in UFloorWillBeLava below the types so that they can be together in a single const blockStefan Müller2023-12-19 13:15:46 +0100
58c677f409Added solution for "Day 16: The Floor Will Be Lava", part 1Stefan Müller2023-12-19 13:11:39 +0100
2af4cf78b5Added solution for "Day 6: Wait For It", part 2Stefan Müller2023-12-06 12:45:23 +0100
93f6ceb1dbAdded solution for "Day 6: Wait For It", part 1Stefan Müller2023-12-06 12:26:19 +0100
94bc00ab1cFixed file location of UGiveSeedFertilizer.pasStefan Müller2023-12-06 01:15:44 +0100
26561ba421Added solution for "Day 5: If You Give A Seed A Fertilizer", part 2Stefan Müller2023-12-06 01:12:26 +0100
474cfa6cc3Updated solution for "Day 5: If You Give A Seed A Fertilizer", part 1, to process the data just in time instead of preloading all of itStefan Müller2023-12-05 18:14:14 +0100
e68701333bAdded test cases for "Trebuchet" and "Cube Conundrum"Stefan Müller2023-12-05 17:21:21 +0100
9ab9dcfb51Updated "Trebuchet?!" to use the solver-engine frameworkStefan Müller2023-12-05 16:58:44 +0100
2e13199796Updated "Cube Conundrum" to use the solver-engine frameworkStefan Müller2023-12-05 15:45:57 +0100
c9e9eca35aAdded solution for "Day 5: If You Give A Seed A Fertilizer", part 1Stefan Müller2023-12-05 14:44:32 +0100
931b4b60f9Changed result fields to be Cardinal instead of IntegerStefan Müller2023-12-05 14:41:14 +0100
e04577725bRefactored tests in to facilitate loading example data from fileStefan Müller2023-12-05 12:19:41 +0100