Expand description
Grid helpers.
Functions§
- is_
enclosed - Checks that the provided grid has walls on each edge.
- parse
- Parse a 2D grid.
- parse_
maze - Parse a “standard” maze with open tiles
.
, walls#
and one startS
and one endE
.
Type Aliases§
- Grid
- A parsed grid:
(number of rows, number of columns, data)
.