I am testing out different Algorithms so yeah. I made this to test out a theory... This algorithm tests out the theory that with any number, you do this pattern, you will end up with number 1. The pattern is... if the number is odd, times it by 3 and add 1, and if the number is even divide that number by 2. If you continue this, no matter what number it is you started with you will eventually end up with the number 1. So yeah, the only thing is that it has not been proven always true. So all the failed numbers on the list are the numbers that it is works on. The do not know yet list is the numbers it is currently testing on. Also the variables at the top you combine to equal the total numbers it has tested the theory on.
All code and art by me!