Class Solution
- java.lang.Object
-
- g1901_2000.s1926_nearest_exit_from_entrance_in_maze.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nearestExit(char[][] maze, int[] entrance)
-