Collatz Conjecture graph

Simulates the Collatz conjecture with a nice graph and stats.
NOTE: I dont know if this counts, but this might cause epilepsy!, as its flashy!

lol we came up with projects about the collatz conjecture on the same day

As a fun extension you (or someone else) could store the paths of numbers you’ve already reached so you don’t have to recalculate the path. Although because you’re graphing it you’d have to keep track of each step and probably wouldn’t gain any performance, it still could be fun.

What might be better is a simple check if the current number (in this step) is lower than the number we’re checking, as its all correct (otherwise we wouldnt get there)