com.github.k0zka.finder4j.backtrack.Solution Maven / Gradle / Ivy
package com.github.k0zka.finder4j.backtrack;
import java.util.List;
/**
* This might not be needed at all.
*
* @param
* step type
*/
public interface Solution> {
List getSteps();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy