Algorithms for finding the tree that connects all nodes in a graph with the minimum total weight, such as Prim's algorithm or Kruskal's algorithm.
Algorithms for finding the tree that connects all nodes in a graph with the minimum total weight, such as Prim's algorithm or Kruskal's algorithm.