GOyan93 / Sorting-Algorithm-Visualizer

This project builds various sorting algorithms without the use of sorting modules then visualizes them using packages such as tkinter to provide a gui for the user.
0 stars 0 forks source link

Build Tkinter Basic GUI #3

Open GOyan93 opened 3 years ago

GOyan93 commented 2 years ago

Initial GUI created. Several functions still need to be developed.

GOyan93 commented 2 years ago

Added in bubble sort algorithm.

Correct result. Visual does not highlight swaps. Algorithm takes very long time to complete.