Skip to content

Commit 796725c

Browse files
committed
Update readmes
1 parent 89b334f commit 796725c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

2024/src/2024/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
| [Day 18](https://adventofcode.com/2025/day/18) | RAM Run | [code](day18/day18.ts) | [tests](day18/day18.test.ts) | bfs, tiles blocking path | 🧊🧊🧊 | |
2323
| [Day 19](https://adventofcode.com/2025/day/19) | Linen Layout | [code](day19/day19.ts) | [tests](day19/day19.test.ts) | combinations, dfs | 🧊🧊🧊 | |
2424
| [Day 20](https://adventofcode.com/2025/day/20) | Race Condition | [code](day20/day20.ts) | [tests](day20/day20.test.ts) | grid, 'cheat' through walls | 🧊🧊🧊 | |
25+
| [Day 21](https://adventofcode.com/2125/day/21) | Keypad Conundrum | [code](day21/day21.ts) | [tests](day21/day21.test.ts) | keypad movements, memo, recursion | 🧊🧊🧊🧊 | |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Collection of my solutions to the [AoC](https://adventofcode.com/) challenges (2
88

99
## Quick links
1010

11-
- Advent of Code 2️⃣0️⃣2️⃣4️⃣ : [overview](2024/src/2024/README.md) & [solutions](2024/src/2024) - 40 / 50 ⭐️   ![Progress](https://progress-bar.xyz/80/)
11+
- Advent of Code 2️⃣0️⃣2️⃣4️⃣ : [overview](2024/src/2024/README.md) & [solutions](2024/src/2024) - 42 / 50 ⭐️   ![Progress](https://progress-bar.xyz/84/)
1212
- Advent of Code 2️⃣0️⃣2️⃣3️⃣ : [overview](2015-2023/src/main/kotlin/aoc2023/README.md) & [solutions](2015-2023/src/main/kotlin/aoc2023) - 50 / 50 ⭐️   ![Progress](https://progress-bar.xyz/100/)
1313
- Advent of Code 2️⃣0️⃣2️⃣2️⃣ : [overview](2015-2023/src/main/kotlin/aoc2022/README.md) & [solutions](2015-2023/src/main/kotlin/aoc2022) - 50 / 50 ⭐️   ![Progress](https://progress-bar.xyz/100/)
1414
- Advent of Code 2️⃣0️⃣2️⃣1️⃣ : [overview](2015-2023/src/main/kotlin/aoc2021/README.md) & [solutions](2015-2023/src/main/kotlin/aoc2021) - 50 / 50 ⭐️   ![Progress](https://progress-bar.xyz/100/)
@@ -19,7 +19,7 @@ Collection of my solutions to the [AoC](https://adventofcode.com/) challenges (2
1919
- Advent of Code 2️⃣0️⃣1️⃣6️⃣ : [overview](2015-2023/src/main/kotlin/aoc2016/README.md) & [solutions](2015-2023/src/main/kotlin/aoc2016) - 50 / 50 ⭐️   ![Progress](https://progress-bar.xyz/100/)
2020
- Advent of Code 2️⃣0️⃣1️⃣5️⃣ : [overview](2015-2023/src/main/kotlin/aoc2015/README.md) & [solutions](2015-2023/src/main/kotlin/aoc2015) - 50 / 50 ⭐️   ![Progress](https://progress-bar.xyz/100/)
2121

22-
Total: 440 / 500 ⭐
22+
Total: 492 / 500 ⭐
2323
![Progress](https://progress-bar.xyz/98/)
2424

2525
<img src="2015-2023/src/main/resources/static/all_stars.png" width="1023" alt="AoC screenshot"/>

0 commit comments

Comments
 (0)