Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Explore a wealth of knowledge from professionals across different disciplines on our comprehensive platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.
Sagot :
Following are the steps of the polynomial-time algorithm:
- Split the routes according to their categorization
- Assuming that mid = di of the middle road, low = road with the least di, and high = road with the highest di, we may do a binary search on the sorted list.
- All shops must be approachable only using these roads for every road, from low to mid.
- Check if all shops can be reached from[tex]\bold{ low \ to\ mid+1}[/tex] using only these roads.
- There is a solution if every shop can be reached by road only up to [tex]\bold{mid+1}[/tex], but not up to mid.
- You can [tex]\bold{set \ low = mid+1}[/tex] if all businesses aren't accessible using both [tex]\bold{mid\ and\ mid+1}[/tex] roads.
- If every shop could be reached using both mid and mid+1, then set high to mid-1.
- With these layouts of businesses and roads, no response can be given because [tex]\bold{ low > high}[/tex]
- You can do this by [tex]\bold{set\ mid = \frac{(low + high)}{2}}[/tex]
- The new low, mid, and high numbers are used in step (a).
In a minimum amount of time, this algorithm will determine the best strategy to supply all shops.
Learn more:
polynomial-time algorithm: brainly.com/question/20261998
Thanks for using our service. We're always here to provide accurate and up-to-date answers to all your queries. Thanks for using our platform. We aim to provide accurate and up-to-date answers to all your queries. Come back soon. Thank you for visiting Westonci.ca, your go-to source for reliable answers. Come back soon for more expert insights.