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 | ??? |