(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的題,想要解題自然是不難,這道題有很
相關文章
相關標籤/搜索