This is an simple visual application written in python to visualize sorting algorithms in action.
- To toggle between the algorithms use i for Insertion | b for Bubble
- press r to reset/restart the state.
- press Space to begin sorting.
Current sorting algorithms implemented:
- Bubble Sort
- Insertion Sort
To run this application use the below command python3 base.py


