2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 12
2024-09-26
156
0
Problem : Given an array of integers temperatures represents the daily temperatu...
You are given a 0-indexed integer array nums. For each index i (1 <= i <=...
Day 18
2024-10-02
155
0
Given an integer array nums, return the maximum result of nums[i] XOR nums[j], w...
Day 18
2024-10-02
153
0
題目:給定一個二元樹,判斷這個二元樹是否是一個有效的二元搜尋樹(BST, Binary Search Tree)。 一個有效的二元搜尋樹必須滿足以下條件: 節...
The product difference between two pairs (a, b) and (c, d) is defined as (a * b)...
今天就來講解第六題 題目 題目翻譯 給定一個"倒N”字型編碼的字串,還會給定編碼的高度numRows請問我們解碼還原後的字串,原本內容應該是什麼?...