Make necessary changes to the Class Definition Graph ADT so that it can store data in the following way (as seen in the attach images) Create the following operations and include a menu-driven main program that will demonstrate your operations. The program will only stop when the user chooses 5 Exit Program.
Good day, I need help because I'm having difficulty on
Problem:
Make necessary changes to the Class Definition Graph ADT so that it can store data in the following way (as seen in the attach images)
Create the following operations and include a menu-driven main program that will demonstrate your operations. The program will only stop when the user chooses 5 Exit Program.
1. Create Graph
a. Adjacency List
b. Adjacency Matrix
2. Traversal
a. BFS (Breadth First Search)
b. DFS (Depth First Search)
3. Find Path (Given Source and Destination)
4. Path Cost (Given Source and Destination)
5. Exit Program
Users will input name of places as string and your program will do the manipulation to convert it to an integer vertex. Also, you will have to convert integer vertex back to string when displaying back output to users. Cost will the basis on what vertex to take in BFS and DFS. Cost will only be displayed in option 4.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images