seyerman / graph

Design and implementation of a Graph among Data Structure course students
1 stars 1 forks source link

Create methods removeVertex and areConnected on class AdjacencyListGraph #6

Closed TheHoodieAfro closed 4 years ago

TheHoodieAfro commented 4 years ago

create the methods removeVertex and areConnected, which are in charge of removing a vertex from the graph and check if two vertices are connected through an edge, respectively.