2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 757
Given an integer array nums, return the number of subarrays filled with 0. A sub...
You are given a 0-indexed 2D array grid of size 2 x n, where grid[r][c] represen...
今天來解YKL25(UVA10041):Vito'sfamily Vito'sfamily 這題是要找中位數的和將居住地點設在中位數的話所有其他街道編號到這個...
DAY 24 試題 問題描述 給定一個由不同整數組成的陣列 candidates 和一個目標整數 target,返回所有數字組合的清單,使得每組數字的和等於...
題目 題目翻譯 給定一個排序數組,你需要在原地刪除重複出現的元素,使得每個元素只出現一次,返回移除後數組的新長度。 解題步驟 處理邊界情況: 如果 nu...
There is a class with m students and n exams. You are given a 0-indexed m x n in...