53. Minesweeper: Adjacent Counts

Hard

Add an 'adjacent' column giving the number of mines on the (up to 8) adjacent squares, for the seeded 5×4 grid from the previous puzzle. Return the DataFrame with the counts as integers.

Implement solve(...)