Skip to content

fastndead/Prim-Algorithm-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prim's Algorithm in JavaScript

Welcome to my Prim's Algorithm repository! Here, you will find a simple implementation of the Prim's Algorithm in JavaScript. The algorithm is used for finding minimum spanning trees in weighted undirected graphs.

Usage

You can visit the GH Pages website linked in the About section of this repo, or simply clone the repo to your local machine and open the index.html file in the browser