Question: Write a C++ assembly program in which you represent the directed graph below using adjacenty matrix. The program should have a function findNew VertexOfIndegreeZero which

Write a C++ assembly program in which you represent the directed graph below using adjacenty matrix. The program should have a function findNew VertexOfIndegreeZero which return the vertices with indegree 0 (indegree means the edge that goes into the vertex) VI V2 V3 V4 V5 V6 V1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
