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

Method main

src/com/blankj/medium/_0011/Solution.java:24–28  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

22 }
23
24 public static void main(String[] args) {
25 Solution solution = new Solution();
26 System.out.println(solution.maxArea(new int[]{1, 2, 4, 3})); // 4
27 System.out.println(solution.maxArea(new int[]{1, 8, 6, 2, 5, 4, 8, 3, 7}));// 49
28 }
29}

Callers

nothing calls this directly

Calls 1

maxAreaMethod · 0.95

Tested by

no test coverage detected