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

Method main

src/com/blankj/easy/_0053/Solution.java:43–47  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

41 }
42
43 public static void main(String[] args) {
44 Solution solution = new Solution();
45 int[] nums0 = new int[]{-2, 1, -3, 4, -1, 2, 1, -5, 4};
46 System.out.println(solution.maxSubArray(nums0));
47 }
48}

Callers

nothing calls this directly

Calls 1

maxSubArrayMethod · 0.95

Tested by

no test coverage detected