feat: solved day 12 part 2 🥳

This commit is contained in:
Stevan Freeborn
2024-12-13 22:01:35 -06:00
parent 9af08b3193
commit a68edab14c
7 changed files with 268 additions and 178 deletions
+1
View File
@@ -55,3 +55,4 @@ dotnet build
| 09 | [Problem](./09/PROBLEM.md) | [Solution](./09/DiskFragmenter/) | Doing things with indexes is error prone. |
| 10 | [Problem](./10/PROBLEM.md) | [Solution](./10/HoofIt/) | I recognized the solution for this based on pattern from last year. Solved using BFS. |
| 11 | [Problem](./11/PROBLEM.md) | [Solution](./11/PlutonianPebbles/) | Dictionary > List |
| 12 | [Problem](./12/PROBLEM.md) | [Solution](./12/GardenGroups/) | CORNERS == SIDES |