Skip to content

idontreallywolf/algovis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algovis

The purpose of this project was to learn how some of the commonly used path-finding algorithms work and display them on screen.

Implemented Algorithms

  • Depth First Search
  • Breadth First Search
  • A*

Requirements

Installation

# clone repository
$ git clone https://github.com/idontreallywolf/algovis
$ cd algovis
# Install dependencies & start
$ npm i

Configuration

Open .env file and set to the desired port.

HTTP_PORT = 8080

run $ npm start or $ nodemon (if installed)

Bugs

check issues

About

Algorithm Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published