advent_of_code_2024::day_20

Function parse_input

source
fn parse_input(input: &String) -> RaceTrack
Expand description

Turn the input file into the set of free spaces that make up the race’s course (including start and end) as well as storing the positions of the start and end spaces.