Function advent_of_code_2022::day_3::sum_group_badge_priorities
source · fn sum_group_badge_priorities(rucksacks: &Vec<String>) -> u32
Expand description
Chunk the input lines into groups of three, find the singleton intersection of each group and sum their priorities.