981 views

1 Answer

Best answer
4 votes
4 votes

Example : for $V = \left \{ \left ( i,j \right ) \; | \; 1\leq i\leq 4,1\leq j\leq 4 \right \}$

with the condition for edge is $|\text{x co-ordinate difference} | \leq 1 \or |\text{y co-ordinate difference} | \leq 1$ between any two vertices.

 

In QS:  $12*12$ grid,

  • $4*10$ = $40$ vertices with degree $5$
  • $4$ corner vertices with degree $3$
  • $10*10$ = $100$ vertices with degree $8$
  • $\sum (\text{degree}) = 40*5+4*3+100*8 = 1012$
  • $n(E) = \frac{\sum(\text{degree})}{2} = 506$
selected by

Related questions

0 votes
0 votes
2 answers
1
radha gogia asked Jun 30, 2015
1,790 views
Does a DFS for an undirected graph always produce the same number of tree edges irrespective of the order in which we visit the vertices ?
1 votes
1 votes
2 answers
2
shivani2010 asked Jun 12, 2016
4,479 views
An undirected graph G has n vertices and n-1 edges then G isA. CyclicB. Addition of edge will make it cyclicC. EulerianD. Is a Tree
3 votes
3 votes
1 answer
3
dhingrak asked Dec 1, 2014
8,259 views
In a simple undirected graph with n vertices what is maximum no of edges that you can have keeping the graph disconnected?A) nC2 -1B) nC2C) n-1C2D n-1C2 - 1Ans is C) .......
0 votes
0 votes
1 answer
4
R S BAGDA asked Apr 27, 2022
298 views
What is the number of faces in a connected plane graph having 23 vertices, 30 edges?