* - Simple program using python's Matplot Lib library together with Tkinter to show graphicaly the Bubble's Sort algoritm efficiency fo a list of random elements in diffrent ranges, the tkinter window ...
# Original polar plot code example from matplot: https://matplotlib.org/stable/gallery/pie_and_polar_charts/polar_demo.html # Useful matplotlib tutorial: https ...