(LeetCode) T14. Longest Common Prefix

Problem :  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 "". Solve : Thought : 这道题属于easy的题,想要解题自然是不难,这道题有很
相关文章
相关标签/搜索