PUZZLE #4500: Coordinate Lattice (diff 2)
An 5x5 grid maps coordinates to letters. Follow the coordinates to decode the password.
DATA
| Grid |
['H', 'T', 'O', 'X', 'S'], ['B', 'R', 'A', 'Z', 'Y'], ['I', 'L', 'B', 'O', 'A'], ['O', 'D', 'Y', 'Z', 'A'], ['G', 'N', 'E', 'V', 'M']
|
| Coordinates |
[2, 3], [1, 1], [0, 1], [0, 0], [0, 2], [4, 0]
|
| Size |
5
|
| Order |
in order
|
| Hint |
Map each [row, col] coordinate to its cell in the 5x5 grid. Coordinates are in the correct reading order — first coordinate maps to first letter.
|
| Answer Format |
integer coordinate pair: x,y (e.g., "3,7")
|
author's note: Pool fill: lattice diff 2
— website sponsored —
[ ad space ]