mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Added a benchmark tool
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
Problem4();
|
||||
virtual void solve();
|
||||
virtual std::string getString() const;
|
||||
virtual void reset();
|
||||
//Returns the list of all palindromes
|
||||
std::vector<uint64_t> getPalindromes() const;
|
||||
//Returns the largest palindrome
|
||||
|
||||
Reference in New Issue
Block a user