Function advent_of_code_2022::day_3::sum_mismatched_items
source · fn sum_mismatched_items(rucksacks: &Vec<String>) -> u32
Expand description
Map the inputs to two compartments, find the singleton intersecting character, map to a priority and sum.