Consider the complete graph with 5 vertices, denoted by K5.
F.) How many walks of length 2 are there in graph K5? Explain.
Is this correct as follows for the walks of length 2?
K squared (2) = K x K =
0, 1, 0, 1, 0
1, 0, 1, 0, 0
0, 1, 0, 1, 1
1, 0, 1, 0, 1
0, 0, 1, 1, 0
x
0, 1, 0, 1, 0
1...