|
|
вернуться в форум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? Послано K0T 27 дек 2013 10:51 You should use the system of disjoint sets. |
|
|