https://cses.fi/problemset/task/1704 Please give any hints to this problem. I have been stuck for quiet a while.
Syrjälä's network consists of n computers and n−1 connections between them. It is possible to send data between any two computers.
However, if any connection breaks down, it will no longer be possible to send data between some computers. Your task is to add the minimum number of new connections in such a way that you can still send data between any two computers even if any single connection breaks down.