mportesi / sorting_algo_visualizer

Python script to generate a visualization of various sorting algorithms, image or video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sorting_algo_visualizer

Python script to generate a visualization of various sorting algorithms, image or video.

Everyone

Usage

Run it from the command line:

$ python sorting_algo_visualizer.py

Various arguments can be specified:

-sorter bubble # the sorting algorithm to use
-out video #video or image
-order random #order of the initial string for the image output
-c viridis #matplotlib cmap to use

To-do

  • Finish readme
  • Implement other algo

About

Python script to generate a visualization of various sorting algorithms, image or video.

License:MIT License


Languages

Language:Python 100.0%