Updated runtimes because of changes

This commit is contained in:
2020-07-20 00:54:00 -04:00
parent b1f2c4cbf7
commit 1d1b7676aa
2 changed files with 3 additions and 4 deletions

View File

@@ -234,5 +234,5 @@ public class Problem18 extends Problem{
/* Results:
The value of the longest path is 1074
It took an average of 252.472 microseconds to run this problem through 100 iterations
It took an average of 198.418 microseconds to run this problem through 100 iterations
*/

View File

@@ -352,10 +352,9 @@ public class Problem67 extends Problem{
//Stop the timer
timer.stop();
//Print the results
//Get the correct total which will be the inversion of the current one
int actualTotal = ((100 * NUM_ROWS) - foundPoints.get(foundPoints.size() - 1).total);
//Save the results
result = "The value of the longest path is " + actualTotal;
//Throw a flag to show the problem is solved
@@ -411,5 +410,5 @@ public class Problem67 extends Problem{
/* Results:
The value of the longest path is 7273
It took an average of 182.482 milliseconds to run this problem through 100 iterations
It took an average of 187.077 milliseconds to run this problem through 100 iterations
*/