mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
Updated run times and a few typos
This commit is contained in:
@@ -83,7 +83,7 @@ class Problem27(Problem):
|
||||
super().reset()
|
||||
self.topA = 0
|
||||
self.topB = 0
|
||||
self.topB = 0
|
||||
self.topN = 0
|
||||
self.primes.clear()
|
||||
|
||||
#Gets
|
||||
@@ -120,5 +120,5 @@ if __name__ == "__main__":
|
||||
The greatest number of primes found is 70
|
||||
It was found with A = -61, B = 971
|
||||
The product of A and B is -59231
|
||||
It took 35.775 seconds to run this algorithm
|
||||
It took an average of 49.963 seconds to run this problem through 100 iterations
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user