Function advent_of_code_2023::day_3::sum_valid_part_numbers
source · fn sum_valid_part_numbers(
part_numbers: &Vec<PartNumber>,
symbol_lookup: &HashMap<(usize, usize), char>
) -> u32
Expand description
Solves part 1 - the sum of part numbers next to a symbol