diff --git a/Benchmark.ts b/Benchmark.ts index 8768dfa..f364fed 100644 --- a/Benchmark.ts +++ b/Benchmark.ts @@ -3,6 +3,7 @@ // Created: 10-18-20 //Modified: 10-18-20 //This runs the benchmark functions for the Java version of the ProjectEuler project +//readline-sync is used to get input from the user in a procedural maner and can be installed with "npm install -g readline-sync" /* Copyright (C) 2020 Matthew Ellison diff --git a/Problems/Problem3.ts b/Problems/Problem3.ts index 0d8698a..8900aa8 100644 --- a/Problems/Problem3.ts +++ b/Problems/Problem3.ts @@ -2,7 +2,7 @@ //Matthew Ellison // Created: 10-19-20 //Modified: 10-19-20 -//The sum of the even Fibonacci numbers less than 4,000,000 +//The largest prime factor of 600851475143 //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/typescriptClasses /* Copyright (C) 2020 Matthew Ellison