This Visualizer is made using C++ with the help of SDL library. In this visualizer you will be able to visualize the following sorting algorithm:-
- Merge sort
- Bubble sort
- Insertion sort
- Heap sort
In order to run .cpp file you must have to install SDL library on visual studio.
After executing .cpp file you have to enter the following characters for performing their corresponding task:-
m -> for visualizing Merge sort
b -> for visualizing Bubble sort
i -> for visualizing Insertion sort
h -> for visualizing Heap sort
e -> for exiting