【Leetcode 14】Longest Common Prefix
难度: 简单(Easy)
题目:
Write a function to find the longest common prefix string amongst an array of strings.
代码:
1 | class Solution(object): |
难度: 简单(Easy)
题目:
Write a function to find the longest common prefix string amongst an array of strings.
代码:
1 | class Solution(object): |
评论系统未开启,无法评论!