leetcode-算法-14 Python

以爲不是很滿意,多是由於題目就這樣,只能作一些修修補補的工做python Python2.7web class Solution(object): def longestCommonPrefix(self, strs): """ :type strs: List[str] :rtype: str """ if len(strs) == 0:
相關文章
相關標籤/搜索