Write a function to find the longest common prefix string amongst an array of strings.
Solution
Java File /Users/minli/Desktop/Personal/sdytlm.github.io/source/downloads/code/LeetCode/Java/Longest-Common-Prefix.java could not be found
Python
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|