Build a visualiser that animates the sorting process of various sorting algorithms to assist learning of CS alogrithms. Users can control the steps at their own pace.
An animation showcases sorting processes of Bubble Sort, Insertion Sort and Selection Sort.
- Add more algorithms.
- Use a more high-level and visually appealing library such as Plotly.
- Python 3.9
- Matplotlib
