pub fn convert_map(map: BTreeMap<String, usize>) -> Vec<(String, usize)>