This repo is a homework assignment for CS4306 - Algorithms Analysis. In this assignment, the goal is to implement both Prim's and Kruskal's algorithms, with a GUI.
- Ensure that you have
node
andgit
installednode -v git --version
- Clone this repo
git clone https://github.com/poutler/mst-algorithms
- Install dependencies
cd mst-algorithms npm install