Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
GGn0 committed Oct 9, 2020
commit bafe7b47b4115bef1caae4dbadf78e2577475b3e
2 changes: 1 addition & 1 deletion project_euler/problem_74/sol1.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# The desired number of items to check for in the non repeating chains
EXACT_CHAIN_LENGTH = 60

# The maximum number to check in te solution
# The maximum number to check in the solution
MAX_NUMBER = 1000000


Expand Down