Update README.md

This commit is contained in:
akp 2023-12-10 23:24:06 +00:00
parent c0b90ab337
commit 0c47869abd
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -18,4 +18,5 @@ Solutions to the [2023 Advent of Code](https://adventofcode.com/2023).
| 06 - Wait For It | ★ ★ | Python | Easy, GCSE-level maths :) |
| 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 |
| 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? |