Skip to content

Commit 52144e8

Browse files
tasxatzialIsaacG
andauthored
Apply suggestions from code review
Co-authored-by: Isaac Good <[email protected]>
1 parent bfddb30 commit 52144e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/collatz-conjecture/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ On one page, a single question stood out: **Can every number find its way to 1?*
55
It was tied to something called the **Collatz Conjecture**, a puzzle that has baffled thinkers for decades.
66

77
The rules were deceptively simple.
8-
Pick any positive integer:
8+
Pick any positive integer.
99

1010
- If it's even, divide it by 2.
1111
- If it's odd, multiply it by 3 and add 1.
@@ -23,6 +23,6 @@ Yet, the conjecture claims that no matter the starting number, we'll always end
2323
It was fascinating, but also puzzling.
2424
Why does this always seem to work?
2525
Could there be a number where the process breaks down, looping forever or escaping into infinity?
26-
The notebook suggested solving this could reveal something profound — and with it, fame, [fortune][collatz-prize], and a place in history awaited whoever could unlock its secrets.
26+
The notebook suggested solving this could reveal something profound — and with it, fame, [fortune][collatz-prize], and a place in history awaits whoever could unlock its secrets.
2727

2828
[collatz-prize]: https://mathprize.net/posts/collatz-conjecture/

0 commit comments

Comments
 (0)