All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.k0zka.finder4j.backtrack.Solution Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
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();
}