You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a number of cars in a grid (maze) with nxm blocks and their orientation, use the BFS algorithm to empty all the blocks of the maze.In this maze there are also obstacles that block the way of a car.
About
Given a number of cars in a grid (maze) with nxm blocks and their orientation, use the BFS algorithm to empty all the blocks of the maze.In this maze there are also obstacles that block the way of a car.