Skip to content

Commit 67a2f18

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#1251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fba8810 commit 67a2f18

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 8 steps to reach 1, and each time the rules repeated, the number kept changing.
19+
Counting from the second number (6), it took 9 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)