Function advent_of_code_2022::day_9::count_tail_positions
source · fn count_tail_positions(
head_motions: &Vec<(Direction, usize)>,
rope_length: usize
) -> usize
Expand description
Map the movement specification to the tail movement of an arbitrary length of rope.