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 3f039df commit 11bb32eCopy full SHA for 11bb32e
1 file changed
exercises/practice/collatz-conjecture/.docs/introduction.md
@@ -16,7 +16,7 @@ Curious, you picked number 12 to test and began the journey:
16
17
12 ➜ 6 ➜ 3 ➜ 10 ➜ 5 ➜ 16 ➜ 8 ➜ 4 ➜ 2 ➜ 1
18
19
-Counting from the second number (6), it took 9 steps to reach 1, and each time the rules repeated, the number kept changing.
+Counting from the second number (6), it took 8 steps to reach 1, and each time the rules repeated, the number kept changing.
20
At first, the sequence seemed unpredictable — jumping up, down, and all over.
21
Yet, the conjecture claims that no matter the starting number, we'll always end at 1.
22
0 commit comments