This website uses cookies to enhance the user experience
Find Target in a Maze
Difficulty: 💪🏽 Medium
Problem Statement
Given a 2D grid of characters where 'S' represents the start position, 'T' represents the target, 'O' represents open spaces, and 'X' represents walls, find the shortest path from 'S' to 'T'. You can move up, down, left, or right.