From 40d9e5c684e277a61c1a7f7d3bcb28335e94c4f7 Mon Sep 17 00:00:00 2001 From: AKP Date: Thu, 21 Dec 2023 16:27:27 +0000 Subject: [PATCH] Update `README.md` --- challenges/2023/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/challenges/2023/README.md b/challenges/2023/README.md index 1204eb4..34569c0 100644 --- a/challenges/2023/README.md +++ b/challenges/2023/README.md @@ -32,4 +32,6 @@ A day denoted with a star means it has a visualisation. | 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 | | 18 - Ladaduct Lagoon | ★ ★ | Python | Nothing quite like a problem that I thought I knew the solution to showing up my lack of mathematical knowledge. | -| 19 - Aplenty | ★ ★ | Python | So maybe I *can* do range maths? | \ No newline at end of file +| 19 - Aplenty | ★ ★ | Python | So maybe I *can* do range maths? | +| 20 - Pulse Propagation | ☆ ☆ | Python | Too much reading. | +| 21 - Step Counter | ★ ☆ | Python | ??? |