2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 758
An integer x is numerically balanced if for every digit d in the number x, there...
原文題目 A trie (pronounced as "try") or prefix tree is a tree data struct...
解題程式碼 var searchRange = function (nums, target) { const binarySearch = (isSear...
Problem : You are given an integer array nums. You are initially positioned at t...
DAY 20 試題 問題描述 給定一個整數陣列 nums,找出其中一個子陣列,使得該子陣列的乘積最大,並返回該乘積。子陣列指的是陣列中連續的元素。 例如:...
DAY 8 試題 問題描述 給定一個整數陣列 height,每個值代表對應位置上的垂直線高度,這些垂直線與 x 軸形成容器。請找到兩條垂直線,與 x 軸組成一...