pub fn find_optimal_strategy<'a>( all_links: &'a [Link], all_stops: &HashSet<String>, destination: &str, ) -> Strategy<'a>