Skip to content

arghpy/rust_visualize_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_visualize_sorting

Super-Linter

This is a project trying to reproduce famous videos show-casing how sorting algorithms work. Example: 15 Sorting Algorithms in 6 Minutes.

Prerequisites

In order for the program to work you will need to install:

  • rust
  • cargo
  • ffmpeg

Run

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:

Bubble sort

Notes

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.

About

Visualize different sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages