feat: solve day 14 part 2

This commit is contained in:
Stevan Freeborn
2024-12-15 17:06:40 -06:00
parent ca078ba6d3
commit f074a6a48f
3 changed files with 56 additions and 13 deletions
+1
View File
@@ -57,3 +57,4 @@ dotnet build
| 11 | [Problem](./11/PROBLEM.md) | [Solution](./11/PlutonianPebbles/) | Dictionary > List |
| 12 | [Problem](./12/PROBLEM.md) | [Solution](./12/GardenGroups/) | CORNERS == SIDES |
| 13 | [Problem](./13/PROBLEM.md) | [Solution](./13/ClawContraption/) | Yay for algebra |
| 14 | [PROBLEM](./14/PROBLEM.md) | [Solution](./14/RestroomRedoubt/) | Part 2 is not as complicated as you think. The answer is using the safety factor |