Skip to content
Snippets Groups Projects
Commit 4e463e33 authored by Sarah CHERCHEM's avatar Sarah CHERCHEM
Browse files

Strategy : add the methode neighborClosestToTarget

parent 1f48737f
No related branches found
No related tags found
No related merge requests found
package util; package util;
import java.util.Collection;
import java.util.List;
import java.util.Map;
public interface Strategy { public interface Strategy {
Position neighborClosestToTarget(Position position, Collection<Position> targets, Map<Position, List<Position>> neighbors);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment