From c3b731a267067ed4b0b14b5e1dcf983bae8a30ad Mon Sep 17 00:00:00 2001 From: AKP Date: Tue, 12 Dec 2023 21:29:20 +0000 Subject: [PATCH] Update `README.md` --- challenges/2023/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/2023/README.md b/challenges/2023/README.md index 7158817..6ffb0d5 100644 --- a/challenges/2023/README.md +++ b/challenges/2023/README.md @@ -20,4 +20,5 @@ Solutions to the [2023 Advent of Code](https://adventofcode.com/2023). | 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? | -| 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. | \ No newline at end of file +| 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. | +| 12 - Hot Springs | ★ ★ | Python | Some hints from the subreddit were needed but they got me well on my way to completing this. Memoisation is kind, long live memoisation. | \ No newline at end of file