advent_of_code_2024::day_21

Function sum_complexities

source
fn sum_complexities(
    codes: &Vec<Code>,
    door: &mut KeyPad<NumericButton>,
) -> usize
Expand description

Map the puzzles codes to their complexity and sum to get the puzzle solution