|  | 
|  | 
| back to board | How to make graph connected fast? My method of making graph connected works nearly by O(N^2). Are there any classic algorithmes for such problem?Re: How to make graph connected fast? Posted by yutr777  27 Dec 2013 10:51You should use the system of disjoint sets. | 
 | 
|