Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 705 Bytes

File metadata and controls

10 lines (8 loc) · 705 Bytes

Sorting_Algorithms

This python script creates an animated data visualization of different simple and well known sorting algorithms. It is written in python, using the graphics.py library.

Heres a look at the output:

bubbleSorter insertionSorter selectionSorter cocktailSorter