Download the 3 sprites and 5 scripts of "sorts" and open it in Scratch
Project Notes
Compares two sorting algorithms. Set n to the number of items to sort. Click on deck to create a random list. Click on brown hat to sort via selection sort (O(n^2)). Click on white hat to sort via binary search sort (O(n log n)).
Comments
You need to be logged in to post comments
Add a Comment
i made an auto-sort similar 2 this. (link to project)">(link to project)
cool!!!