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

Method main

src/com/blankj/easy/_0014/Solution.java:24–27  ·  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.longestCommonPrefix(new String[]{"abc", "abcd", "ab"}));
27 }
28}

Callers

nothing calls this directly

Calls 1

longestCommonPrefixMethod · 0.95

Tested by

no test coverage detected