Skip to content

Find the minimum expansion tree using direct Kruskal (begins with empty list, sorts the edges's weights in ascending order and adds the first edge to the list), inverse Kruskal (begins with full list, sorts the edges's weights in descending order and deletes the first edge in the list) and Prim (adds to the list the edge with lower cost) algorithms

Notifications You must be signed in to change notification settings

Sandyguh04/Kruskal_y_Prim

About

Find the minimum expansion tree using direct Kruskal (begins with empty list, sorts the edges's weights in ascending order and adds the first edge to the list), inverse Kruskal (begins with full list, sorts the edges's weights in descending order and deletes the first edge in the list) and Prim (adds to the list the edge with lower cost) algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages