A python program where it is possible to view the sorting algorithms working
- Bubble Sort
- Insertion Sort
- Merge Sort
- Selection Sort
- Creates a list with n elements with values in a range
- Chose the algorithm and start it
- The algorithm finishes sorting the list
Run the command
- python algorithm_viewer.py
Or use any IDE of your choosing and run algorithm_viewer.py with no arguments