Skip to content

k4u5h1k/SortViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortViz

Sorting visualizer with matplotlib and flask. Hosted at sortviz.kaushik.me (temporarily down).

Usage

  • If ffmpeg -version does not give output in the terminal, get ffmpeg.
  • Note: snap version of ffmpeg causes issues.
  • Run python3 sortviz.py and the site should pop up automatically.

Development

You can add your own algorithms encapsulated in the format described by any sorting script in the algos directory.
To include your algorithm in the site simply add it in algorithms.py wherever necessary and place the script itself in algos directory.

Screenshots

menu

process

done