Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 393 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 393 Bytes

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!