不是很明白這段: if not root.left or not root.right: return max(self.minDep...
感謝大大詳盡的解說,只是Java那邊找不到target時,回傳值為"-index-1"就有點不太懂為何是-1,不能是-2或-3或其他數值嗎?...
你好,請問這段code:// a -> c -> bListNode b = a.next;ListNode c = new ListNode(20...
你好,請問Python區塊註解的code不是in place的做法嗎?但是這句“Do not return anything, modify nums in-p...