Sorting_Algorithm_Visualization_Matplotlib_Python
This is a python program utlized matplotlib to display various sorting algorithms visually.
Current sorting algorithms implemented: bubble sort, insertion sort, selection sort, and shell sort.
- Please kindly reply to one of the open issues.
- Fork the project and program.
- Implement additional sorting algorithm.
- Implement additional subplot(s) that runs concurrently.
- Submit pull request for the issue for review and merge.
- Program requires python version 3.0 and newer.
- Program requires Matplotlib dependency installed.
- Open the terminal with where main program file exists.
- Python3 main3.py (main program file)
- The algorithm should be visually correctly implemented.
- Final data points shall be all sorted.
The program is implemented using python, and please kindly refer to Python Standard