Skip to content

Commit ca6abd9

Browse files
Update sol1.py
1 parent 9293662 commit ca6abd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project_euler/problem_095/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def find_longest_chain(chain: list[int], max_num: int) -> int:
118118
length_max = length
119119
elem_max = start
120120

121-
return elem_max, length_max
121+
return elem_max
122122

123123

124124
def solution(max_num: int = 1000000) -> int:

0 commit comments

Comments
 (0)