Skip to content

Commit 11bb32e

Browse files
authored
Update introduction.md (#1250)
1 parent 3f039df commit 11bb32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/collatz-conjecture/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Curious, you picked number 12 to test and began the journey:
1616

1717
12 ➜ 6 ➜ 3 ➜ 10 ➜ 5 ➜ 16 ➜ 8 ➜ 4 ➜ 2 ➜ 1
1818

19-
Counting from the second number (6), it took 9 steps to reach 1, and each time the rules repeated, the number kept changing.
19+
Counting from the second number (6), it took 8 steps to reach 1, and each time the rules repeated, the number kept changing.
2020
At first, the sequence seemed unpredictable — jumping up, down, and all over.
2121
Yet, the conjecture claims that no matter the starting number, we'll always end at 1.
2222

0 commit comments

Comments
 (0)