aoc::year2024::day20

Function part2

Source
pub fn part2(time: &Grid<i32>) -> u32
Expand description

Searches for all cheats up to distance 20, parallelizing the work over multiple threads.