let get_path_opt_alg n = match n with
       | 0 -> (fun _ x -> x)
       | 1 -> PathFinding.path_opt_good
       | _ -> PathFinding.path_opt_fast