Visualized sorting method
- Based on Python
- Published to PyPI
- Simple and Fast
- Support 2 sorting methods
- Powerful Functions
Install the latest version of Sort-Visualization with pip:
pip install sortvisIt's very EASY!!!
Only support Python3.x !!!
Example: sortvis -l 512 -t BubbleSort
-l--lengthArray Length (Default:64 Maxlength:1024)-t--sort-typeSorting Type (Default:BubbleSort)- BubbleSort
- BucketSort
-i--intervalTime Interval of next frame (Default:1)-r--resampleGet Resampled Array-s--sparseSparse Array-rc--recordRecord to *.avi video-c--color-themeColor theme (Default:blue)- blue
- green
MIT