MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0067/Solution.java:35–39  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

33 }
34
35 public static void main(String[] args) {
36 Solution solution = new Solution();
37 int[][] obstacleGrid = {{0, 0, 0}, {0, 1, 0}, {0, 0, 0}};
38 System.out.println(solution.uniquePathsWithObstacles(obstacleGrid));
39 }
40}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected