mirror of
https://bitbucket.org/Mattrixwv/projecteulerts.git
synced 2025-12-06 17:43:59 -05:00
Added solution to problem 36
This commit is contained in:
@@ -31,7 +31,6 @@ export class Problem35 extends Problem{
|
||||
//Variables
|
||||
//Static variables
|
||||
private static MAX_NUM: number = 999999; //The largest number that we are checking for primes
|
||||
//private static MAX_NUM: number = 100;
|
||||
//Instance variables
|
||||
private primes: number[]; //The primes below MAX_NUM
|
||||
private circularPrimes: number[]; //The circular primes below MAX_NUM
|
||||
|
||||
Reference in New Issue
Block a user