Longest Common Prefix - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Leetcode - 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: Input: strs = ["flowe..