Give you an undirected graph with no guarantee of connectivity, Erase 2 edges to minimize the maximum connected block. You only need to output The size of the largest connected block。.↵
↵
How to solve it in less than O(N^2) Time Complexity ?↵
↵
Sorry of my suck English :(
↵
How to solve it in less than O(N^2) Time Complexity ?↵
↵
Sorry of my suck English :(