14. Longest Common Prefix

原题: Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string “”. Example 1: Input: ["flower","flow","flight"] Output:
相关文章
相关标签/搜索