Question: Can I get some help with this program? It would be really helpful if you can comment statements some of the code too!! Thanks in

Can I get some help with this program? It would be really helpful if you can comment statements some of the code too!! Thanks in advance! C++ Program Create a matrix based graph representation. It will need to support the following operations. Ask the user how many points there are. Ask the user to label those points, ie "A", "B", "C"... Define the matrix as a square matrix based on the number of points, also keep an array of the labels. Repeatedly ask the user to define edges between two points. Add these edges to the matrix. Have a list method that will list out all of the edges in the graph.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!