The Minimum Spanning Tree Problem: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
* [[Kruskal%27s_Algorithm|Kruskal's Algorithm]]
* [[Kruskal%27s_Algorithm|Kruskal's Algorithm]]


=Overview=
=The Problem=
 
Given an [[Graph_Concepts#Undirected_Graph|undirected]] graph G=(V, E)

Revision as of 21:20, 20 October 2021

Internal

The Problem

Given an undirected graph G=(V, E)