2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 761
Given an integer array nums, return the number of subarrays filled with 0. A sub...
題目:給定一個二元搜尋樹 (BST),請找出其中第 k 小的元素。 範例:範例 1: 輸入:root = [3,1,4,null,2], k = 1 3...
An integer array original is transformed into a doubled array changed by appendi...
Alice and Bob continue their games with stones. There is a row of n stones, and...
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 這題是要找中位數的和將居住地點設在中位數的話所有其他街道編號到這個...