Given a file that describes a graph (description of file below, and sample file provided) construct the graph using one of the 3 methods described in class. Implement a traversal method that lets the user select a starting vertex. Then inform the user of all neighbors and the cost of traveling to the neighbor, then let the user pick a neighbor to travel to. For full credit also indicate if the link is bi-directional or uni-directional. "Travel" to the vertex and repeat the process. If the user selects vertex -1 as a destination end the traversal. As you traverse the nodes, keep a total of the costs incurred by the chosen path and inform the user at each step. File description: Each row contains information about a vertex, all values are integers _NUMBER_OF_VERTICES NUMBER OF NEIGHBORS Neighbor1 Neighbor1_Weight Neighbor2 Neighbor2_Weight... for example for the following graph 0 4 1 \ 3 / 1 4 The file would be: 5 21423 104 20 331 5 vertices in graph vertex 0 has 2 neighbors vertex 1 has 1 neighbor vertex 2 has 2 neighbors vertex 3 has 1 neighbor vertex 4 has neighbors 1 2 1 0 Given the following example above, and following the same instructions solve the following: 6 21423 104 20 331 12 1 13 1
Given a file that describes a graph (description of file below, and sample file provided) construct the graph using one of the 3 methods described in class. Implement a traversal method that lets the user select a starting vertex. Then inform the user of all neighbors and the cost of traveling to the neighbor, then let the user pick a neighbor to travel to. For full credit also indicate if the link is bi-directional or uni-directional. "Travel" to the vertex and repeat the process. If the user selects vertex -1 as a destination end the traversal. As you traverse the nodes, keep a total of the costs incurred by the chosen path and inform the user at each step. File description: Each row contains information about a vertex, all values are integers _NUMBER_OF_VERTICES NUMBER OF NEIGHBORS Neighbor1 Neighbor1_Weight Neighbor2 Neighbor2_Weight... for example for the following graph 0 4 1 \ 3 / 1 4 The file would be: 5 21423 104 20 331 5 vertices in graph vertex 0 has 2 neighbors vertex 1 has 1 neighbor vertex 2 has 2 neighbors vertex 3 has 1 neighbor vertex 4 has neighbors 1 2 1 0 Given the following example above, and following the same instructions solve the following: 6 21423 104 20 331 12 1 13 1
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
I want Java language for this
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY