mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Fixed typos
This commit is contained in:
@@ -39,7 +39,7 @@ private:
|
||||
std::vector<int> primes; //The primes below MAX_NUM
|
||||
std::vector<int> circularPrimes; //The circular primes below MAX_NUM
|
||||
//Functions
|
||||
std::vector<std::string> getRotations(std::string str); //This function returns a list of all rotations of a string passed to it
|
||||
std::vector<std::string> getRotations(std::string str); //Returns a list of all rotations of a string passed to it
|
||||
public:
|
||||
//Constructor
|
||||
Problem35();
|
||||
|
||||
Reference in New Issue
Block a user