This is just a repo for some fun projects that I work on.
A fun experiment of the 3n + 1 game where given a number, n, perform these steps:
1) if n = 1 stop
2) if n even, divide by 2
3) if n odd, triple and add 1
| Name | Name | Last commit date | ||
|---|---|---|---|---|