Skip to content

A graph represented by a matrix that tells you the if it is fully connected and the minimum spanning tree associated with it.

Notifications You must be signed in to change notification settings

melissavoegeli/graph_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

graph_matrix

A graph represented by a matrix that tells you the if it is fully connected and the minimum spanning tree associated with it. This was a hacky perl script I wrote for my algorithms class in college.

Breadth first search, followed by Kruskal's algorithm for min spanning tree.

Hello, world!

About

A graph represented by a matrix that tells you the if it is fully connected and the minimum spanning tree associated with it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages