Im doing a project for a class that has to include a function, some variables, an algorithm that modifies a list, and an external data source. I could have made something simple and quick but that's boring so instead, i made this
https://studio.code.org/projects/applab/v9paIw0dxMcWHnuejB3PVfGdFXCPZr2ZgbX8cIS71m4
its not super impressive yet but it is a sorting algorithm running at a decent fps in the applab. The built in chart sucks because it takes about half a second to update. It only visualized about half of what was going on, so i built my own using the canvas tool. Not too hard and I think I implemented it well.
I'll update it to include bogo sort, quick sort, and maybe heap sort as well. Expect that by sometime next week.