Uses numpy and matplotlib for visualization of collatz cycle
The aim of this project is to enable visualizations of any cycle similar to collatz to maybe establish a new perspective on the original collatz sequence.
Input: rules for_even_ & odd and minimum & lower bound.
*( make sure that the sequence does not go to infinity )
- Add a method for detecting if an sequence goes to infinity so that the program can stop
- Extending the program to more domains and operations - For example: rational, complex numbers and using more than 2 mod statements
Extend program to negative numbers- Make an algorithm to find many collatz like sequences