.. | ||
01-trebuchet | ||
02-cubeConundrum | ||
03-gearRatios | ||
04-scratchcards | ||
README.md |
Advent of Code 2023
Solutions to the 2023 Advent of Code.
Total stars: ★0
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 |