This project uses the manim animation engine to build algorithm-visualisers.
The project currently has visualisers for the:
- Bubble Sort algorithm
- Selection Sort algorithm
- Insert Sort algorithm
Users can download the programs for the respective algorithms and edit the array to create unique visualisers.
To build the video use the command:
manim -pqh <Filename>.py Main
- Bubble-sort
https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/bubbleSort.mp4
- Selection-sort
https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/selectionSort.mp4
- Insert-sort
https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/insertSort.mp4