Updated problem 23 results

This commit is contained in:
2020-09-04 18:15:39 -04:00
parent 14360b04cf
commit bba123e462
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ namespace ProjectEulerCS{
public class Benchmark{
private enum BenchmarkOptions { RunSpecific = 1, RunAllShort, RunAll, Exit, Size };
private static readonly List<int> tooLong = new List<int>()
{5, 15, 24};
{5, 15, 23, 24};
//The driver function for the benchmark selection
public static void BenchmarkMenu(){

View File

@@ -137,6 +137,6 @@ namespace ProjectEulerCS.Problems{
}
/* Results:
The answer is 395424405
It took an average of 49.876 milliseconds to run this problem through 100 iterations
The answer is 4179871
It took an average of 11.420 seconds to run this problem through 100 iterations
*/