GitXplorerGitXplorer
C

CollatzConjecture

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
91487672b657efb5845492906ceb742a8b3e3604

[ADD] Initial Commit

CChrisB9 committed 9 years ago
Unverified
55724563dd588b28a21ee846bf8b87098551702f

Initial commit

CChrisB9 committed 9 years ago

README

The README file for this repository.

CollatzConjecture

This is an expirement with the collatz conjecture problem. We have a number: n and two cases If n is odd, then we are going to multiply it with 3 and add a If n is even, then we are dividing it with 2 This procedure is repeated until b is reached. Usage: Per default is n 28, a 1 and b 1 You can change that by adding ?n=23 etc to the url Examples: ?n=12 ?n=51&b=4 ?b=2


Also see: lab.cben.co