feat: solved day 10 part 1 and part 2

This commit is contained in:
Stevan Freeborn
2024-12-10 20:52:40 -06:00
parent ac95a20479
commit 0cb78ca2d1
6 changed files with 223 additions and 128 deletions
+1
View File
@@ -53,3 +53,4 @@ dotnet build
| 07 | [Problem](./07/PROBLEM.md) | [Solution](./07/BridgeRepair/) | Not perfect or pretty, but good enough |
| 08 | [Problem](./08/PROBLEM.md) | [Solution](./08/ResonantCollinearity/) | Without some help from chat I don't know where I'd be...to be fair the description kind of mislead me. |
| 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. |