997. Find the Town Judge

題目 我的代碼(效率低到令人髮指) class Solution(object): def findJudge(self, N, trust): """ :type N: int :type trust: List[List[int]] :rtype: int """ if N==1: return 1 cnt=col
相關文章
相關標籤/搜索