Skip to content

A-star heuristics

Implement different heuristics for A* functions and do an experimental evaluation of runtimes.

We give them an implementation of A* that has as heuristic "distance is 0", and let them implement a few others.

We should provide the heuristics in English.

Edited by Maarten Sijm