Search⌘ K
AI Features

Number of Spaces Cleaning Robot Cleaned

Explore how to determine the number of unique spaces cleaned by a robot moving within a binary matrix. This lesson guides you through simulating the robot's movement and direction changes while applying matrix traversal strategies. You will understand how to track visited spaces and implement an efficient solution for this matrix-based problem.

Statement

You are given a 0-indexed 2D binary matrix, room, representing a room of size ...