This repository currently contains basic python visualisations of different sorting algorithms such as:
-
Bubble Sort
-
Merge Sort
-
Insertion Sort
In order to create the visualisations a number of things must be installed via pip:
-
MatPlotLib
-
NumPy