This project started in my Optimization course at WSU, where my professor told us instead of couting sheep to fall asleep, he would look at the time and find the Collatz sequence for that number. I thought this was a really interesting idea, so I decided to make a simple calculator for it showcasign the convergence of different sequencees. I wrote this in Python using Pygraphviz to visualize the sequences and NetworkX to handle the graphing. Its a relatively simple project, but I think it turned out pretty well. If you’d like to try it out, you can find the code on my GitHub!