Data Center Critical Connection

Given a data center with n servers from 1 to n. To make the data center running, all servers must be connected, which means there exists at least one path between any pair of servers. Now we know there could be some critical connections broken which brings down the whole data center.


This is a companion discussion topic for the original entry at https://algo.monster/problems/data_center_critical_connection/