【leetcode】748. Shortest Completing Word 解題報告

題目描述 記錄這道題的目的在於第二種解法比較有啓發意義 方法一:我的low B做法 class Solution: def shortestCompletingWord(self, licensePlate, words): """ :type licensePlate: str :type words: List[str] :rtype: str """
相關文章
相關標籤/搜索