A cool but completely useless project that can sort lists by integers. Blocks are labeled inside so you can use this for yourself... for whatever reason... This is also meant to be a quick filler project for some bigger things that are HOPEFULLY coming at one point or another. Stay tuned. The custom blocks running the sorting algorithms are not set to run without screen refresh, just to show off the method used to sort. So you'll have to check the box yourself... simple enough. There also seems to be a bug that occurs every now and then where you can't press the buttons. I can't figure out for the life of me why that might be, but just click the flag and it should reset and be fine. I'd like to mention what the variables at the bottom do. They are not needed for the sorter to work, first of all... so you can remove any variable blocks that use them. "# Of Sorts" counts up by one each time an item in the list is moved. "Last Check" is the number of sorts in the previous "check". It will probably change each time the algorithm goes through a check in the process of sorting. That's about all I have to say for this project, please leave feedback, I really do appreciate it.