Skip to content

Commit 15cdb74

Browse files
author
Karan Goel
committed
Link to Collatz Conjecture
1 parent 8df1b31 commit 15cdb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Numbers
8686
Classic Algorithms
8787
-----------------
8888

89-
**Collatz Conjecture** - Start with a number *n > 1*. Find the number of steps it takes to reach one using the following process: If *n* is even, divide it by 2. If *n* is odd, multiply it by 3 and add 1.
89+
[**Collatz Conjecture**](https://github.com/thekarangoel/Projects/blob/master/Classic%20Algorithms/collatz.py) - Start with a number *n > 1*. Find the number of steps it takes to reach one using the following process: If *n* is even, divide it by 2. If *n* is odd, multiply it by 3 and add 1.
9090

9191
Graphs
9292
---------

0 commit comments

Comments
 (0)