标签:
题目链接:https://leetcode.com/problems/longest-common-prefix/
题目:
Write a function to find the longest common prefix string amongst an array of strings.
算法:
【Leetcode】Longest Common Prefix
标签:
原文地址:http://blog.csdn.net/yeqiuzs/article/details/51590935