java.lang.Object
es.urjc.etsii.grafo.shake.Shake<S,I>
es.urjc.etsii.grafo.shake.DestroyRebuild<S,I>
-
Nested Class Summary
Nested classes/interfaces inherited from class Shake
Shake.NullShake<S,I> -
Constructor Summary
ConstructorsConstructorDescriptionDestroyRebuild(Reconstructive<S, I> constructive, Destructive<S, I> destructive) -
Method Summary
-
Constructor Details
-
DestroyRebuild
@AutoconfigConstructor public DestroyRebuild(Reconstructive<S, I> constructive, Destructive<S, I> destructive)
-
-
Method Details
-
shake
Description copied from class:ShakeShake the solution. Use k to calculate how powerful the shake should be in your implementation. Can be as simple as number of elements to remove, or to swap. Whatever you want. -
toString
-