There are N local news outlets in the Ajobcity of Ajobdesh. All of these outlets are connected to each other via (N-1) bi-directional telephone lines. Only two of the N outlets have satellite access that can receive news events directly from the outside world. From these two outlets, the people then make phone calls to other outlets and pass the news down. At any given moment, a news outlet can talk to at most one other news outlet, as each of them has only one telephone device. However, the news can be transmitted between an arbitrary number of pairs simultaneously. For example, once a news event has been sent from outlet#1 to outlet #2, then it can be sent from outlet#1 to outlet #3 and outlet#2 to outlet #4 using the same amount of time, simultaneously. Interestingly, it only takes exactly 1 minute to send a piece of news from one outlet to another. Given the two outlets where the news event originated, can you find the minimum amount of time in minutes needed for all the outlets to receive the news? Input The first line of input contains the integer n, a, b, where, n, (2 s n ≤ 300000), is the number of news outlets, a and b, (1 ≤ a, b ≤ n), are the labels of the outlets where the original news event came in via sattelite communication. You can assume that a and b will not be the same outlets. Each of the following n - 1 lines contains two different integers x and y (1 ≤ x, y ≤ n) - the labels of the news outlets directly connected via a telephone line.

Principles of Information Systems (MindTap Course List)
13th Edition
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter6: Networks And Cloud Computing
Section: Chapter Questions
Problem 3CTQ2
icon
Related questions
Question
Use Any Programming Language Hurry UP! Pls send me solution fast within 20 min and i will rate instantly for sure!!! Solution must be in typed form!!
There are N local news outlets in the Ajobcity of Ajobdesh. All of these outlets are connected to each other via (N-1) bi-directional telephone lines. Only two of
the N outlets have satellite access that can receive news events directly from the outside world. From these two outlets, the people then make phone calls to other
outlets and pass the news down.
At any given moment, a news outlet can talk to at most one other news outlet, as each of them has only one telephone device. However, the news can be
transmitted between an arbitrary number of pairs simultaneously. For example, once a news event has been sent from outlet#1 to outlet#2, then it can be sent
from outlet#1 to outlet#3 and outlet#2 to outlet # 4 using the same amount of time, simultaneously.
Interestingly, it only takes exactly 1 minute to send a piece of news from one outlet to another. Given the two outlets where the news event originated, can you find
the minimum amount of time in minutes needed for all the outlets to receive the news?
Input
The first line of input contains the integer n, a, b, where, n, (2 ≤ n ≤ 300000), is the number of news outlets, a and b, (1 ≤ a, b ≤ n), are the labels of the
outlets where the original news event came in via sattelite communication. You can assume that a and b will not be the same outlets.
Each of the following n - 1 lines contains two different integers x and y (1 ≤ x, y ≤ n) - the labels of the news outlets directly connected via a telephone
line.
Output
You must output the required minimal amount of time in minutes.
Sample
Input
621
12
23
24
15
56
Output
2
0
Transcribed Image Text:There are N local news outlets in the Ajobcity of Ajobdesh. All of these outlets are connected to each other via (N-1) bi-directional telephone lines. Only two of the N outlets have satellite access that can receive news events directly from the outside world. From these two outlets, the people then make phone calls to other outlets and pass the news down. At any given moment, a news outlet can talk to at most one other news outlet, as each of them has only one telephone device. However, the news can be transmitted between an arbitrary number of pairs simultaneously. For example, once a news event has been sent from outlet#1 to outlet#2, then it can be sent from outlet#1 to outlet#3 and outlet#2 to outlet # 4 using the same amount of time, simultaneously. Interestingly, it only takes exactly 1 minute to send a piece of news from one outlet to another. Given the two outlets where the news event originated, can you find the minimum amount of time in minutes needed for all the outlets to receive the news? Input The first line of input contains the integer n, a, b, where, n, (2 ≤ n ≤ 300000), is the number of news outlets, a and b, (1 ≤ a, b ≤ n), are the labels of the outlets where the original news event came in via sattelite communication. You can assume that a and b will not be the same outlets. Each of the following n - 1 lines contains two different integers x and y (1 ≤ x, y ≤ n) - the labels of the news outlets directly connected via a telephone line. Output You must output the required minimal amount of time in minutes. Sample Input 621 12 23 24 15 56 Output 2 0
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Network Transmission Cabling
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781305971776
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781285867168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning