Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a peculiar city with N towns and M bidirectional roads ( connecting towns ) classified into three types. This city is peculiar due to

Consider a peculiar city with N towns and M bidirectional roads (connecting towns)
classified into three types. This city is peculiar due to unconventional regulations
regarding road usage: men are permitted to travel only on roads of types 1 and 3, while
women are permitted to travel only on roads of types 2 and 3 exclusively. The Mayor
of the city intends to renovate the city by reconstructing some roads, with the condition
that the normal routine of the citizens should not be hampered.
Now, you are hired as a computer scientist to answer an important question: What is
the maximum number of roads that can be renovated (remain closed for traffic during
renovation) while ensuring that the city remains connected for both men and women?
The city is said to be connected if it is still possible to travel form any town x to any
town Y using the existing roads.
For the above problem description:
i) Formulate the problem as a graph problem,
ii) Can it be solved using max flow-mincut algorithm? If not, then develop the solution using a well-known graph algorithm.
iii) Write the pseudo-code of the solution.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions

Question

Describe the uses of information gained from job analysis.

Answered: 1 week ago