This question assesses the application of the Route Inspection (Chinese Postman) Algorithm to find the shortest closed route in a network graph with four odd-degree vertices.
A network of seven roads connects five locations and . The lengths of the roads are as follows:
Find the length of the shortest closed route that covers each road at least once.
[6]The question concerns finding the shortest closed route in a network using the Route Inspection (Chinese Postman) algorithm.
A municipal inspector must check each road of a small network. A central junction connects to , , , and via roads , , , and . Find the length of the shortest closed route covering all roads at least once.
[5]