java.lang.Object
es.urjc.etsii.grafo.shake.Shake<S,I>
es.urjc.etsii.grafo.shake.Shake.NullShake<S,I>
- Type Parameters:
S- Solution classI- Instance class
-
Nested Class Summary
Nested classes/interfaces inherited from class Shake
Shake.NullShake<S,I> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullShake
public NullShake()
-
-
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.
-