adventOfCode/challenges/2023
2023-12-08 13:29:42 +00:00
..
01-trebuchet Fix 2023.01 test 2023-12-03 22:57:22 +00:00
02-cubeConundrum Reformat tests to new format 2023-12-03 22:55:46 +00:00
03-gearRatios Reformat tests to new format 2023-12-03 22:55:46 +00:00
04-scratchcards 2023.04 2023-12-04 17:52:38 +00:00
05-ifYouGiveASeedAFertilizer This is literally not my code 2023-12-06 00:52:59 +00:00
06-waitForIt Code formatting 2023-12-06 12:18:23 +00:00
07-camelCards 2023.07 2023-12-07 16:55:32 +00:00
08-hauntedWasteland 2023.08 usable 2023-12-08 13:29:42 +00:00
README.md 2023.07 2023-12-07 16:55:32 +00:00

Advent of Code 2023

Solutions to the 2023 Advent of Code.

Total stars: ★9


Day Status Solutions Notes
01 - Trebuchet?! ★ ★ Python I never knew detecting numbers could be so confusingly tricky
02 - Cube Conundrum ★ ★ Python Pleasingly straightforwards, though seems like it would be well suited to Haskell
03 - Gear Ratios ★ ★ Python First coordinate grid of the year!
04 - Scratchcards ★ ★ Python First flawed initial grok of the year
05 - If You Give A Seed A Fertilizer ★ ☆ Python This year is ridiculously unbalanced. Why is it so hard already.
06 - Wait For It ★ ★ Python Easy, GCSE-level maths :)
07 - Camel Cards ★ ★ Python Pedantic problem statements will be my downfall