Optimal path for square map
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
$HEADER$namespace $NAMESPACE$
|
||||
using System.Collections.Generic;
|
||||
using ConsoleApp.Maps;
|
||||
|
||||
namespace ConsoleApp
|
||||
{
|
||||
public interface $INTERFACE$ {$END$}
|
||||
public interface IPathPlanner
|
||||
{
|
||||
Queue<ICell> GenerateOptimalSquarePath(SquareMap map, IVehicle vehicle);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user