Author: I-No Liao
This repo realizes algorithms visualization to make complex algorithms easier to be comprehended.
-
Clone the repo
$ git clone https://github.com/INoLiao/algoVisualization.git
-
Change directory to the folder that you are interested in, e.g.
$ cd naiveBFS -
Activate virtual environment
$ source env/bin/activate -
Run the main file by python, e.g.
$ python naiveBFS.py
-
Deactivate virtual environment
$ deactivate
| Algorithm | Folder |
|---|---|
| Naive Breadth First Search | naiveBFS |