Skip to content

MST Algorithm Demonstrations for CS 4306 (Algorithm Analysis)

Notifications You must be signed in to change notification settings

madewithpat/mst-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

MST Algorithm Demonstrations for CS 4306 (Algorithm Analysis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published