Skip to content

tanyongzhi/Graph-Algorithms-Visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Algorithm Visualizations

An web-application to visualize common algorithms on graphs

Description:

This is a web application for the visualization of varoius graph-based algorithms. As of the latest version, the application includes Dijkstra's Algorithm. There are plans to develop the application for Kruskal's and Prim's Algorithms as well.

Authors:

Yong Zhi Tan (tanyongzhi98@gmail.com).
Hi! I am currently a sophomore major in computer engineering at the University of Illinois at Urbana-Champaign (UIUC). I started this project during the winter break of my sophomore year as a process for me to familiarize with the important commonly used graph-based algorithms. Feel free to contact me with any questions/feedback regarding this project.

Built from:

Prepare your environment for developing:

Before we begin, please make sure that you have the following installed:

Running the application:

After cloning the repo, navigate to the project folder.
Install dependencies:

npm install

Run application:

npm start

Footnote:

This project is still under development and does not have a fully-functioning release version. THe project will not receive constant updates, and will only be updated sporadically.

About

A web-application to visualize common graphing algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published