Python script to generate a visualization of various sorting algorithms, image or video.
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
- Finish readme
- Implement other algo