2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 23
2024-10-07
376
0
Problem : Given an m x n integer matrix matrix, if an element is 0, set its enti...
Day 20
2024-09-01
376
0
Given an array of intervals where intervals[i] = [startᵢ, endᵢ], merge all over...
何謂動態規劃 實際上,與其說動態規劃是一個演算法,不如說其描述的是「一群演算法」背後共通的拆解邏輯更為恰當。動態規劃的核心概念分為兩個部分: 將複雜的母問題...
Day 27
2024-08-27
374
0
MediumRelated Topics: Array / Graph / Heap (Priority Queue) / Shortest PathLeet...
Day 28
2024-09-06
373
0
121. Best Time to Buy and Sell Stock 題目描述 給定一個陣列 prices,其中 prices[i] 表示某支股票在第 i...
題目:給定兩個字串 text1 和 text2,回傳兩個字串的最長公共子序列的長度。 子序列是指一個字串中刪除某些(或不刪除任何)字元後剩下的字元序列,並且順...