Automatic commit performed through alias...
This commit is contained in:
@@ -102,7 +102,6 @@ def evenly_divisible(candidate: int,factors: list):
|
||||
|
||||
@decorators.function_timer
|
||||
def main():
|
||||
|
||||
# Receive problem inputs...
|
||||
smallest_factor = 1
|
||||
largest_factor = 5
|
||||
@@ -114,7 +113,6 @@ def main():
|
||||
maximum_solution_bound *= f
|
||||
common = []
|
||||
product = 1
|
||||
|
||||
#
|
||||
# Brute force method below breaks down
|
||||
# and doesn't scale well ...
|
||||
|
||||
Reference in New Issue
Block a user