let get_path_opt_alg_name n = match n with
       | 0 -> "None"
       | 1 -> "Good"
       | _ -> "Fast"