Function advent_of_code_2022::day_11::get_monkey_business_level
source · fn get_monkey_business_level(
monkeys: &mut Vec<Monkey>,
rounds: usize,
worry_divisor: isize
) -> usize
Expand description
Simulate the monkeys for a number of rounds, then multiply the handling counts of the two mist active monkeys to get their “monkey business score!