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

Method main

src/com/blankj/medium/_0209/Solution.java:66–69  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

64 }
65
66 public static void main(String[] args) {
67 Solution solution = new Solution();
68 System.out.println(solution.minSubArrayLen(7, new int[]{2, 3, 1, 2, 4, 3}));
69 }
70}

Callers

nothing calls this directly

Calls 1

minSubArrayLenMethod · 0.95

Tested by

no test coverage detected