Added solution for "Day 7: Camel Cards", part 2

This commit is contained in:
2023-12-07 17:58:54 +01:00
committed by Stefan Müller
parent 3f74b7c664
commit 6b5048b7ef
2 changed files with 144 additions and 56 deletions

View File

@@ -62,7 +62,7 @@ end;
procedure TCamelCardsFullDataTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(254115617, FSolver.GetResultPart2);
end;
{ TCamelCardsExampleTestCase }
@@ -79,7 +79,7 @@ end;
procedure TCamelCardsExampleTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(5905, FSolver.GetResultPart2);
end;
initialization