Create an algorithm which finds a path on the road graph of United Kingdom (UK) between two nodes (intersections).
Input:
Output:
Quality criteria, listed in descending priority:
Grading
student
(pack only .java source files, no subfolders please)
Planner
in package student
(implementation of the interface PlannerInterface
)
OpenList
which extends class AbstractOpenList
in your package. For adding the items to OpenList use only the method add(T item)