aoc::year2024::day18

Function part1

Source
pub fn part1(grid: &Grid<i32>) -> u32
Expand description

BFS from start to exit using a fixed time of 1024.