public interface BoxProblemAlgorithm
Modifier and Type | Method and Description |
---|---|
BoxSolution |
findSolution(BoxProblem problem)
You will be given a
BoxProblem instance
and need to return a BoxSolution instance
with the solution. |
java.lang.String |
getName()
Return your name.
|
java.lang.String getName()
BoxSolution findSolution(BoxProblem problem)
BoxProblem
instance
and need to return a BoxSolution
instance
with the solution.