File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
| [ Day 18] ( https://adventofcode.com/2025/day/18 ) | RAM Run | [ code] ( day18/day18.ts ) | [ tests] ( day18/day18.test.ts ) | bfs, tiles blocking path | 🧊🧊🧊 | |
23
23
| [ Day 19] ( https://adventofcode.com/2025/day/19 ) | Linen Layout | [ code] ( day19/day19.ts ) | [ tests] ( day19/day19.test.ts ) | combinations, dfs | 🧊🧊🧊 | |
24
24
| [ 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 | 🧊🧊🧊🧊 | |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Collection of my solutions to the [AoC](https://adventofcode.com/) challenges (2
8
8
9
9
## Quick links
10
10
11
- - Advent of Code 2️⃣0️⃣2️⃣4️⃣ : [ overview] ( 2024/src/2024/README.md ) & [ solutions] ( 2024/src/2024 ) - 40 / 50 ⭐️ &emsp ; ![ 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/84 / )
12
12
- 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/100/ )
13
13
- 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/100/ )
14
14
- 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/100/ )
@@ -19,7 +19,7 @@ Collection of my solutions to the [AoC](https://adventofcode.com/) challenges (2
19
19
- 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/100/ )
20
20
- 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 ⭐️ &emsp ; ![ Progress] ( https://progress-bar.xyz/100/ )
21
21
22
- Total: 440 / 500 ⭐
22
+ Total: 492 / 500 ⭐
23
23
![ Progress] ( https://progress-bar.xyz/98/ )
24
24
25
25
<img src =" 2015-2023/src/main/resources/static/all_stars.png " width =" 1023 " alt =" AoC screenshot " />
You can’t perform that action at this time.
0 commit comments