Skip to content

RealMotz/algorithm-visualizer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualizer (WIP)

CLI app that displays the entire sorting process step by step given an array or using a randomized array otherwise.

Requirements

  • Python 3.6+
  • Activating the virtual environment by executing source venv/bin/activate

Installation

python -m pip install -r requirements.txt

Usage

python -m visualizer sort

Select the algorithm to visualize and select the array to sort.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages