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 Problem24::getPermutation() const{
|
||||
}
|
||||
return permutations.at(NEEDED_PERM - 1);
|
||||
}
|
||||
|
||||
void Problem24::reset(){
|
||||
Problem::reset();
|
||||
permutations.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user