This project shuffles the notes of the tune "Twinkle Twinkle Little Star" and sorts them in order with an algorithm chosen by the user: 1) Selection Sort Algorithm 2) Bubble Sort Algorithm The hope is that as sorting is done, some interesting variations on the familiar tune are encountered. You can extend this project by adding your own sorting algorithms.
The idea for this project came when I saw a visual sorting project created by ScratchOs. Many thanks.