AMAZON, MICROSOFT + More – Coding Question

2 Live
Vaccination Drive In order to curb the spread of the novel COVID-19 virus, the citizens of Hackerland need to be vaccinated on priority. There are center_nodes vaccination centers in Hackerland, where each center has a status denoted by status[i]: β€’ Centers with a shortage of vaccines have status 1. β€’ Those with sufficient vaccines have status 2. β€’ Those with a surplus have status 3. Vaccines can be transferred from centers with a surplus to centers with a deficit. There is a network of bidirectional roads between centers where the ith road is between cities center_from[i] and center_to[i]. Each road takes 1 unit of time to traverse. Find the minimum time in which all deficient centers can receive a supply of vaccines from some surplus center. Note: β€’ Surplus centers have an inexhaustible supply of vaccines. β€’ Multiple surplus centers can ship their surplus simultaneously. β€’ Multiple deliveries from a single surplus center can leave simultaneously. β€’ Vaccines are only shipped from centers with status 3 to centers with status 1. Status 2 centers do nothing.

Asked in: AMAZON MICROSOFT JUSPAY

Image of the Question

Question Image Question Image

All Testcases Passed βœ”



Passcode Image

Solution


Please login to view the solution


Related Questions

| The supply chain manager at one of Amazon's warehouses is shipping the last con… |
| Determine the highest value after executing n steps on an infinite 2D grid that… |
| Amazon Prime Video is developing a new feature called "Segmentify." This featur… |
| In this new stock prediction game launched on Amazon Games, Player 1 provides P… |
| Amazon operates numerous warehouses, with each warehouse holding inventory[i] u… |
| In Amazon's highly efficient logistics network, minimizing operational overhead… |