Problem in short: Given a weighted undirected graph with C nodes and F edges, find the distance between the nodes that are furthest away from each other. Here, distance = shortest-path distance. C <= 250, F <= 25,000.
Indian National Olympiad in Informatics (INOI) is ro...