更新 test.java
parent
9ea63b7eff
commit
ac72c9bbaa
|
|
@ -19,7 +19,6 @@ public class test {
|
||||||
// Solution.merge(nums1,m,nums2,n);
|
// Solution.merge(nums1,m,nums2,n);
|
||||||
// String[] strs = new String[]{"flower","flow","flight"};
|
// String[] strs = new String[]{"flower","flow","flight"};
|
||||||
String[] strs = new String[]{"flower","flower","flower","flower"};
|
String[] strs = new String[]{"flower","flower","flower","flower"};
|
||||||
|
|
||||||
String result = Solution.longestCommonPrefix(strs);
|
String result = Solution.longestCommonPrefix(strs);
|
||||||
System.out.println(result);
|
System.out.println(result);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue