Added solution to problem 36

This commit is contained in:
2021-06-29 16:15:24 -04:00
parent cdaa1807ab
commit e517cf63a4
3 changed files with 116 additions and 2 deletions

View File

@@ -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