X490: Graphs - Remove Vertex (Adjacency Matrix)

As a wild publicity stunt May Tricks has made her Middletown store disappear! You have no idea how she did this or if the store will ever return. Most importantly the adjacency matrix needs to be updated to reflect the changes.

The Middletown entry was the 3rd store listed in the array of vertices. Remove this vertex from the matrix and return the updated version. The new version will be a 2x2 matrix since only two locations remain.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.