let get_pathfinding n = match n with | 0 -> PathFinding.dijkstra | 1 -> PathFinding.astar | _ -> PathFinding.greedy_astar