Function advent_of_code_2023::day_3::parse_grid
source · fn parse_grid(
input: &String
) -> (Vec<PartNumber>, HashMap<(usize, usize), char>)
Expand description
Parse a string representing a 2D grid into a list of part numbers and a lookup table of points with character symbols