118k views
0 votes
Using the adjacency matrix implementation, extend the class GraphType (C++) to include

a Boolean EdgeExists operation, which determines whether two vertices are connected by an edge
a DeleteEdge operation, which deletes a given edge.

Create main to test EdgeExists and DeleteEdge operations.

User Milad
by
5.0k points

1 Answer

5 votes

Answer: What grade work is this i would really like to know?

Step-by-step explanation:

User Samu Lang
by
4.9k points