We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f088c6 commit 04a44c5Copy full SHA for 04a44c5
project_euler/problem_62/sol1.py
@@ -22,7 +22,7 @@ def solution() -> int:
22
numbers that are the base of the cube.
23
24
Once you find 5 numbers that produce the same sequence of digits, return
25
- the smallest one, which is at index 0 since we insert each base in
+ the smallest one, which is at index 0 since we insert each base number in
26
ascending order.
27
"""
28
freqs = defaultdict(list)
0 commit comments