CMPaskell6016 CMPaskell6016 Today at 4:28 AM Computers and Technology Answered 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.