advent_of_code_2024::day_14

Function simulate_robots

source
fn simulate_robots(
    robots: &Vec<Robot>,
    steps: usize,
    bounds: &(usize, usize),
) -> Vec<Robot>
Expand description

Calculate the position of all robots after steps seconds