578 views
0 votes
0 votes

Let $G$ be a simple undirected complete and weighted graph with vertex set $V = {0, 1, 2, …. 99.}$ Weight of the edge $(u, v)$ is $\left | u-v \right |$ where $0\leq u, v\leq 99$ and $u\neq v$. Weight of the corresponding maximum weighted spanning tree is______________


Doubt:Here asking for maximum weight spanning tree. So, there weight will be $0$ to every node. Isnot it? but answer given 7351.   

1 Answer

Best answer
1 votes
1 votes

Answer :-

selected by

Related questions

1 votes
1 votes
1 answer
1
srestha asked Mar 28, 2019
353 views
If G be connected planar graph with 12 vertices of deg 4 each. In how many regions can this planar graph be partitioned?
1 votes
1 votes
0 answers
4
srestha asked May 24, 2019
1,345 views
$1)$How circular queue can be implemented?$2)$ For which data structure circular queue cannot be implemented?$(A)$Array $(B)$ Singly Linked List $(C)$ Doubly Linked List...