Package ancheta.Grafos
Class Prim_Lazy
- java.lang.Object
-
- ancheta.Grafos.Prim_Lazy
-
public class Prim_Lazy extends java.lang.Object
Lazy Prim Complejidad Temporal: O(E*Log(E)) Complejidad Espacial: O(E)
-
-
Constructor Summary
Constructors Constructor Description Prim_Lazy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-