This project is a visual demonstration of various sorting algorithms. The following sorting algorithms are presented: *Bubble sort *Optimized bubble sort *Comb sort *Selection sort *Insertion sort *Binary insertion sort *Quick sort *Merge sort Each item in the list to be sorted is represented as colored bars; the selected item(s) will appear red.
UPDATE LOG: *5/26/24: Improved render speed; added optimized bubble sort. *5/27/24: Improved render consistency; added binary insertion sort. *5/31/24: Improved rendered bar sizes; added comb sort, the last of the sorting algorithms to be added in this project. Any new sorting algorithms will have to be in a separate project.