Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 461 Bytes

MST Calculating Algorithms

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.

Set up

  • Ensure that you have node and git installed
    node -v
    git --version
    
  • Clone this repo
    git clone https://github.com/poutler/mst-algorithms
    
  • Install dependencies
    cd mst-algorithms
    npm install