in Graph Theory edited by
888 views
2 votes
2 votes

Is there any short trick to do it ?

in Graph Theory edited by
888 views

4 Comments

324

if all the vertices are labeled
0
0
edited by
I'm getting 8*3*15=360
0
0

i'm getting the same  Naveen Kumar 3

0
0
yeah 360 ist time i did calculation mistake
0
0

1 Answer

1 vote
1 vote
Best answer
Observe the given graph(rectangular+traingle+hexagon)

Spanning tree contains no cycles. & connects all vertices.

for rectangular area=> select 3 out of 5 edges & remove 2 traingular cycle = 5c3-2 = 8

for traingular area=> select 2 out of 3 edges = 3c2 = 3

for hexagonal area=> select 5 out of 7 edges & remove cycles(formed by 4 edges with any 1 edge out of remaining 3 edges) = 7c5-2(3c1) = 21-6 = 15.

so, total possible spanning tree = 8*3*15= 360.
selected by

4 Comments

https://gateoverflow.in/262814/spanning-tree see this also, you will get it.

0
0

@naveen thnxx very much for this explanation it really helped -https://gateoverflow.in/262814/spanning-tree 

0
0

 Thnx

0
0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true