This is a gui that analysis different sorting algorithmns and as well as linear search.
- This is a gui that has single array input, multiple array input,
- randomizer settings input with: Min value (input), Max value (input), Num of elements(input) then generate button
Implement five sorting algorithms in Python:
-
Bubble Sort
-
Merge Sort
-
Selection Sort
-
Quick Sort
-
Radix Sort
-
Linear Search Algorithm.
- pip install tkinter
- pip install matplotlib
- Press play button on vscode or python GUI.py in the terminal