A friend of mine made a visual bubble sort in python. i am adding different sorts and usability features.
-
Add a sorting algorythm Selector
-
Add a Quicksort (Recursive)
-
Add a Radix LSD sort
-
Add Bogosort 🤣
-
Add Options Such as Color for each number settings
-
increase Efficiency of Tutle Drawing
-
Change Codebase From Functional Code to Class Code.
-
Define a Visual Boundary For the sorting, And Center it in the Turtle Window.
-
add a Second GUI window to allow the user to select from all these features without needing to use the CLI.
Original code by Vic
Changes By 32KZ