Update README.md
This commit is contained in:
parent
9ffc6b0626
commit
f52f2bf1cf
1 changed files with 2 additions and 1 deletions
|
@ -19,4 +19,5 @@ Solutions to the [2023 Advent of Code](https://adventofcode.com/2023).
|
|||
| 07 - Camel Cards | ★ ★ | Python | Pedantic problem statements will be my downfall |
|
||||
| 08 - Haunted Wasteland | ★ ★ | Python | I'm not sure any feasible generic solution exists - but I did work out the infeasible one! |
|
||||
| 09 - Mirage Maintenance | ★ ★ | Python | GCSE maths and the n-th term coming in clutch right here |
|
||||
| 10 - Pipe Maze | ★ ★ | Python | Thoroughly barked up two wrong trees then Googled an algo based on a thought and oops it just works? |
|
||||
| 10 - Pipe Maze | ★ ★ | Python | Thoroughly barked up two wrong trees then Googled an algo based on a thought and oops it just works? |
|
||||
| 11 - Cosmic Expansion | ★ ★ | Python | Djikstra's and A* are the wrong way to do this (I tried both before engaging my brain) and then had to optimise various things for part 2 but nothing was horrendous. |
|
Loading…
Add table
Add a link
Reference in a new issue