mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Added solution to problem 36
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
virtual void solve(); //Solve the problem
|
||||
virtual void reset(); //Reset the problem so it can be run again
|
||||
//Gets
|
||||
virtual std::string getResult(); //Returns a string with the solutino to the problem
|
||||
virtual std::string getResult(); //Returns a string with the solution to the problem
|
||||
std::vector<int> getPrimes(); //Returns the vector of primes < MAX_NUM
|
||||
std::vector<int> getCircularPrimes(); //Returns the vector of circular primes < MAX_NUM
|
||||
int getNumCircularPrimes(); //Returns the number of circular primes
|
||||
|
||||
Reference in New Issue
Block a user