Question: Only do part B, please type the answer, dont take the picture One way to represent a graph is by its incidence matrix, INC. There

Only do part B, please type the answer, dont take the picture
One way to represent a graph is by its incidence matrix, INC. There is one row for each vertex and one column for each edge. Then INC(i,j)-1 if edge j is incident to vertex i. An example of a graph and its incidence matrix representation is given below V1 V4 V2 V3 Edges 4 Verices 1 Incidence matrix A) Write an algorithm for Breadth-First Search that works on a graph represented by its incidence matrix. B) What are the advantages/disadvantages of using an incidence matrix as opposed to an adjacency matrix in representing a graph? Explain your answer, with example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
