Rat In Maze, April 2024
Current• Implemented a C++ function to find a path in a maze using backtracking• Successfully navigated the rat from the starting point to the destination, if a path exists• Handled cases where no path exists, returning false and leaving the maze unchanged