LeetcodeLongest Common Prefix

Posted wuezs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LeetcodeLongest Common Prefix相关的知识,希望对你有一定的参考价值。

题目链接:https://leetcode.com/problems/longest-common-prefix/

题目:

Write a function to find the longest common prefix string amongst an array of strings.


算法