今天就來第17題ㄌ
題目
題目翻譯
給定一個只有數字 2 到 9 的字串 digits,如同電話按鈕一樣,每個數字對應到幾個特定英文字母,要求返回所有的組合...
Problem :
Given an array of integers temperatures represents the daily temperatu...
The product difference between two pairs (a, b) and (c, d) is defined as (a * b)...
題目:給定一個二元樹,判斷這個二元樹是否是一個有效的二元搜尋樹(BST, Binary Search Tree)。
一個有效的二元搜尋樹必須滿足以下條件:
節...
Given an integer array nums, return the maximum result of nums[i] XOR nums[j], w...
今天就來講解第六題
題目
題目翻譯
給定一個"倒N”字型編碼的字串,還會給定編碼的高度numRows請問我們解碼還原後的字串,原本內容應該是什麼?...