mirror of
https://bitbucket.org/Mattrixwv/projecteulercs.git
synced 2026-02-03 19:52:36 -05:00
Updated problem 23 results
This commit is contained in:
@@ -28,7 +28,7 @@ namespace ProjectEulerCS{
|
|||||||
public class Benchmark{
|
public class Benchmark{
|
||||||
private enum BenchmarkOptions { RunSpecific = 1, RunAllShort, RunAll, Exit, Size };
|
private enum BenchmarkOptions { RunSpecific = 1, RunAllShort, RunAll, Exit, Size };
|
||||||
private static readonly List<int> tooLong = new List<int>()
|
private static readonly List<int> tooLong = new List<int>()
|
||||||
{5, 15, 24};
|
{5, 15, 23, 24};
|
||||||
|
|
||||||
//The driver function for the benchmark selection
|
//The driver function for the benchmark selection
|
||||||
public static void BenchmarkMenu(){
|
public static void BenchmarkMenu(){
|
||||||
|
|||||||
@@ -137,6 +137,6 @@ namespace ProjectEulerCS.Problems{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Results:
|
/* Results:
|
||||||
The answer is 395424405
|
The answer is 4179871
|
||||||
It took an average of 49.876 milliseconds to run this problem through 100 iterations
|
It took an average of 11.420 seconds to run this problem through 100 iterations
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user