2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 17
2024-09-29
173
0
今天就來第17題ㄌ 題目 題目翻譯 給定一個只有數字 2 到 9 的字串 digits,如同電話按鈕一樣,每個數字對應到幾個特定英文字母,要求返回所有的組合...
Day 12
2024-09-26
173
0
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)...
Day 18
2024-10-02
170
0
題目:給定一個二元樹,判斷這個二元樹是否是一個有效的二元搜尋樹(BST, Binary Search Tree)。 一個有效的二元搜尋樹必須滿足以下條件: 節...
Day 18
2024-10-02
169
0
Given an integer array nums, return the maximum result of nums[i] XOR nums[j], w...
今天就來講解第六題 題目 題目翻譯 給定一個"倒N”字型編碼的字串,還會給定編碼的高度numRows請問我們解碼還原後的字串,原本內容應該是什麼?...