Fix md link fail (how did I not notice?)
This commit is contained in:
parent
cf1632964f
commit
97ab784e1e
@ -1,9 +1,9 @@
|
||||
# Collatz conjecture solver
|
||||
### (x%2==0) ? x/=2 : x=x*3+1;
|
||||
|
||||
## You probably want the GMP version for arbitrarily big numbers. Get it from the (GMP branch)[https://git.sdf.org/ilikecats/collatz/src/branch/gmp].
|
||||
## You probably want the GMP version for arbitrarily big numbers. Get it from the [GMP branch](https://git.sdf.org/ilikecats/collatz/src/branch/gmp).
|
||||
|
||||
Program to solver the (Collatz conjecture)[https://en.wikipedia.org/wiki/Collatz_conjecture].
|
||||
Program to solver the [Collatz conjecture](https://en.wikipedia.org/wiki/Collatz_conjecture).
|
||||
|
||||
Algorithm:
|
||||
- Start with number.
|
||||
|
Loading…
Reference in New Issue
Block a user