/graph-algo-visualizer

illustrates graph algorithms as they are running

Primary LanguageJavaScript

Graph Algorithms Visualizer

This project can be viewed here.

Development

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page automatically reloads if you make edits.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Deployment

To deploy this project to GitHub Pages, run:

npm run deploy

This will deploy to https://tiger-hao.github.io/graph-algo-visualizer/.