Python/project_euler/problem_08
Sanders Lin 9417091dab Update sol1.py (#643)
small off by one error. Boundary condition: if len(number) =13 , we would need to check exactly 1 combination, namely number itself. However  for i in range(len(number)-13): will iterate 0 times.
2019-02-13 18:02:32 +08:00
..
sol1.py Update sol1.py (#643) 2019-02-13 18:02:32 +08:00
sol2.py Create project Euler problem 8 sol2.py (#644) 2019-02-13 14:55:48 +08:00