Please in order to save solutions and appear on the leaderboards.

Proximity Grid Authors

Proximity Grid

Details

A grid is a 9x9 square of characters representing an arrangement of points, some of which are walls, denoted by #'s, or sources, denoted by 0's; every other point is passible, denoted with -'s.

For a series of grids, compute the length of the shortest path connecting each passible point to a source. A path must move horizontally or vertically through the grid and cannot pass through walls. Output each grid with every passible point replaced by its distance to a source written in base62 (0-9 A-Z a-z); points which cannot be connected to a source should remain unchanged.

0 bytes, 0 chars
Restore solution
All
Compiled from AT&T syntax to x86-64 Linux. Use syscalls to write output.
Fennel is an experimental language, no solutions will be saved. Please leave feedback on the GitHub issue.
ctrl + enter or

Delete Solution

Are you sure you want to delete your solution(s) for Proximity Grid?

If you have seperate bytes and chars solutions then both will be deleted.

This is irreversible, please backup any code you care about.

Type I understand and press confirm to continue.