mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
Added solution to problem 34
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user