2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 15
2024-09-29
329
0
題目 heap3 首先,他們有 create struct 然後看到 init() 的地方一開始的時候會依照你 object 的大小,劃分出一塊空間給你並在c...
題目:給定一個由 0, 1, 2, ..., n 組成的陣列 nums,其中恰好缺少了一個數字。我們需要找到這個缺少的數字。 範例: 輸入: nums = [3...
題目要我在它給的整數組 nums 裡找三個數,讓它們的和最接近目標值 target,且保證每個輸入都有唯一解,這種題目通常要考慮很多不同的組合來找到最完美的結果...
The product difference between two pairs (a, b) and (c, d) is defined as (a * b)...
Day 16
2024-09-30
325
0
Problem : Given an m x n grid of characters board and a string word, return true...
You are given a 0-indexed integer array nums. For each index i (1 <= i <=...