https://github.com/mportesi/sorting_algo_visualizer
Python script to generate a visualization of various sorting algorithms, image or video.
https://github.com/mportesi/sorting_algo_visualizer
algo python sorting-algorithms visualization
Last synced: about 2 months ago
JSON representation
Python script to generate a visualization of various sorting algorithms, image or video.
- Host: GitHub
- URL: https://github.com/mportesi/sorting_algo_visualizer
- Owner: mportesi
- License: mit
- Created: 2021-01-26T09:50:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T12:10:16.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:29:03.206Z (11 months ago)
- Topics: algo, python, sorting-algorithms, visualization
- Language: Python
- Homepage:
- Size: 16.5 MB
- Stars: 146
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - sorting_algo_visualizer
README
# sorting_algo_visualizer
Python script to generate a visualization of various sorting algorithms, image or video.
## Usage
Run it from the command line:
```bash
$ python sorting_algo_visualizer.py
```
Various arguments can be specified:```bash
-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