leetcode-算法-14 Python

以为不是很满意,多是由于题目就这样,只能作一些修修补补的工做python Python2.7web class Solution(object): def longestCommonPrefix(self, strs): """ :type strs: List[str] :rtype: str """ if len(strs) == 0:
相关文章
相关标签/搜索