Skip to content

TheXer/CollatzConjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz Conjecture

Inspired by a great video here

This is just a project to sharpen my thinking skills and how I would implement my type of Collatz Conjecture. Firstly, I thought about recursion, then I used while loop to get all numbers into a list, then I used Model-View-Control design pattern. You're free to use the code as you like!

About

Counting the Collatz Conjecture through recursion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages