Untitled
unknown
plain_text
a year ago
201 B
5
Indexable
Question: 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 "". Input: ["flower","flow","flight"] Output: "fl"
Editor is loading...
Leave a Comment