This is a project trying to reproduce famous videos show-casing how sorting algorithms work. Example: 15 Sorting Algorithms in 6 Minutes.
In order for the program to work you will need to install:
- rust
- cargo
- ffmpeg
Compile it:
cargo build --release
Get help:
cargo run -- --help
Currently, you can choose to run:
- all algorithms
- bubble-sort
- insertion-sort
Example - Bubble sort:
At the moment, two formats will be generated by default:
- GIF
- mp4
Implemented algorithms:
- bubble sort
- insertion sort
In the future, more algorithms will be implemented.