Skip to content

Prim algorithm is a type of greedy algorithm that finds a minimum spanning tree for a weighted undirected graph.

Notifications You must be signed in to change notification settings

deadsoftie/PrimAlgorithmSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PrimAlgorithmSolver

Prim algorithm is a type of greedy algorithm that finds a minimum spanning tree for a given data set. The type of file this program takes in is a Weighted Undirected Graph (WUG file).

About

Prim algorithm is a type of greedy algorithm that finds a minimum spanning tree for a weighted undirected graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages