mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-06 17:13:59 -05:00
Added a benchmark tool
This commit is contained in:
@@ -84,3 +84,8 @@ std::string Problem31::getString() const{
|
||||
int Problem31::getPermutations() const{
|
||||
return permutations;
|
||||
}
|
||||
|
||||
void Problem31::reset(){
|
||||
Problem::reset();
|
||||
permutations = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user