1.
- Graph()
- creates a new, empty graph.
- addVertex(vert)
- adds an instance of Vertex to the graph.
- addEdge(fromVert, toVert)
- Adds a new, directed edge to the graph that connects two vertices.
Drag and drop each graph abstract data type to its corresponding definition.
This is feedback.