Visualization Tool for Sorting Algorithms. Implemented Merge sort, Quick sort, Bubble Sort.
- Pygame for the GUI
- Threading to create threads which then does the sorting
- Time to create a little delay in the execution of the program
- Random to generate random values for the array.