Skip to main content

3 docs tagged with "Grid"

View all tags

Unique Paths III

Find the number of unique paths from the starting square to the ending square in a grid, walking over every non-obstacle square exactly once.

Walking Robot Simulation II

Implement a walking robot simulation on a grid where the robot moves forward, turns, and follows specific instructions.