pub fn directions_to_string(
    directions: &[Direction],
    root: &Tree<Frequency>
) -> String