Added solution to problem 34

This commit is contained in:
2021-06-01 18:44:23 -04:00
parent 3fc0cd96a8
commit db8e824896
3 changed files with 109 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
#ProjectEulerPython/Bechmark.py
#Matthew Ellison
# Created: 07-19-20
#Modified: 07-19-20
#Modified: 06-01-21
#This is the driver function for the Java version of the ProjectEuler project
"""
Copyright (C) 2020 Matthew Ellison
Copyright (C) 2021 Matthew Ellison
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -34,7 +34,7 @@ class Benchmark:
exit = 4
size = 5
__tooLong = [3, 5, 10, 12, 14, 15, 23, 24, 25, 27, 30, 67]
__tooLong = [3, 5, 10, 12, 14, 15, 23, 24, 25, 27, 30, 34, 67]
#The driver function for the benchmark selection
@staticmethod