advent_of_code_2024::day_9

Function parse_input

source
fn parse_input(input: &String) -> VecDeque<DiskUsage>
Expand description

Turn input into alternating file/space entries. Filtering out any with size 0