From e4d0d12b79a1688a122b4ed7c8b4b9e35b51e567 Mon Sep 17 00:00:00 2001 From: AKP Date: Sun, 17 Dec 2023 21:47:29 +0000 Subject: [PATCH] Update `README.md` --- challenges/2023/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/2023/README.md b/challenges/2023/README.md index c1cb870..f21be7d 100644 --- a/challenges/2023/README.md +++ b/challenges/2023/README.md @@ -30,3 +30,4 @@ A day denoted with a star means it has a visualisation. | 14* - Parabolic Reflector Dish | ★ ★ | Python | Why do I always overcomplicate cycle detection?! | | 15 - Lens Library | ★ ★ | Go | Still took some brainpower but this time the brainpower was needed to work out what the problem was, *not* to work out how to solve the problem. | | 16 - The Floor Will Be Lava | ★ ★ | Python | Pathfinding, sort of, but also brute forceable?? | +| 17 - Clumsy Crucible | ★ ★ | Python | This taught me quite a lot about how to meddle with Djikstra's | \ No newline at end of file