1.

Consider an undirected graph G where self-loop are not allowed. The vertex set of G is {(i, j)} 1≤i≤12, 1≤j≤12). There is an edge between (a, b) and (c, d) if |a−c|≤1 and |b−d|≤1. The number of edges in this graph is 506

Answer» Consider an undirected graph G where self-loop are not allowed. The vertex set of G is {(i, j)} 1i12, 1j12). There is an edge between (a, b) and (c, d) if |ac|1 and |bd|1. The number of edges in this graph is
  1. 506


Discussion

No Comment Found