Skip to content

INoLiao/algoVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Algorithm Visualization

Author: I-No Liao

Description

This repo realizes algorithms visualization to make complex algorithms easier to be comprehended.

Usage

  • 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 List

Algorithm Folder
Naive Breadth First Search naiveBFS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages