Sorting-Visualization A simple python program to visualize various sorting algorithm. I use tkinter as a GUI tool and matplotlib for the visualization. Algorithms: Selection Sort Bubble Sort Insertion Sort Merge Sort Quick Sort