Hello,
I recently solved the problem Cross Country Skiing. My solution matched the internal solution, being to do a binary search on D and validation via flood fill.
Is it possible for this to be solved with just a flood fill and without a binary search? If so, how?