adventOfCode/challenges/2023/README.md
AKP bdc95074df
2023.07
Squashed commit of the following:

commit b15750b28c94f534a9a775112b961bdd9cecfde9
Author: AKP <abi@tdpain.net>
Date:   Thu Dec 7 16:55:14 2023 +0000

    Update `README.md`

commit baa6132676ad52a403fe8119cb829f3a9219691a
Author: AKP <abi@tdpain.net>
Date:   Thu Dec 7 16:53:55 2023 +0000

    Oh cool this works

commit 30b802851ae541e5354bc07806d9d576c5990bb5
Author: AKP <abi@tdpain.net>
Date:   Thu Dec 7 16:37:09 2023 +0000

    This kind of works
2023-12-07 16:55:32 +00:00

19 lines
889 B
Markdown

# Advent of Code 2023
Solutions to the [2023 Advent of Code](https://adventofcode.com/2023).
**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 |