Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 659 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 659 Bytes

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