Add solution for 2025 Day 10

This commit is contained in:
Thraix
2025-12-10 08:06:37 +01:00
parent f5e809d086
commit 88e902424a
4 changed files with 110 additions and 11 deletions
+1
View File
@@ -81,6 +81,7 @@ namespace y2024::day18
size = 6;
Map map{input, size, 0};
Helper::ScopedTraceErrorDisabler traceErrorDisabler;
int result = Helper::BinarySearch(map, 0, input.size(), ValidPath);
for (auto& index : input)
{