Computer Science, asked by gagangupta16, 1 year ago

Which of the following is a technique for reducing complexity in graphs?
1) Moderate Spanning Trees (MST)
2) Maximum Spanning Trees (MST)
3) Minimum Spanning Trees (MST)

Answers

Answered by ankurbadani84
7

Answer:- Minimum Spanning Trees (MST)

MST of a graph is a subgraph that connects all vertices within the graph with a minimum total weight for the edges.

Each edge between the vertices has a weight corresponding to it and your goal is to connect every vertex while minimizing the total edge weight.

Graphs can have more than one minimum spanning tree.

Answered by Sidyandex
1

A minimum spanning tree or minimum weight spanning tree always discover with subset of the edges and thus gives maximum load.

This includes lots of n vertices and includes graphs for each spanning tree.

It considers one edges and contains no cycles, therefore C must be have edge on e2 set.

Also, there is no spot in edges added with emax and be the edge with maximum weight and emin the edge.

Similar questions