Skip to content

prachigarg23/All-possible-Spanning-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

All-possible-Spanning-trees

This is a code to find all the possible spanning trees of a given graph in increasing order of cost. This can be done by using either the Prim's or Kruskal's method. Here I have used the Prim's method to implement it. The code finds the spanning trees and displays them on the screen.

This is an implementation of the algorithm proposed by Kenneth Sorensen and Gerrit K.Janssens https://www.researchgate.net/publication/249927162_An_algorithm_to_generate_all_spanning_trees_of_a_graph_in_order_of_increasing_cost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages