2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
題目: 1894. Find the Student that Will Replace the Chalk題意:給定一個整數陣列chalk,以及一個整數k現場...
Day 19
2024-09-02
438
0
226. Invert Binary Tree tags: Easy、Tree Given the root of a binary tree, invert...
Day 21
2024-09-02
374
0
You are given an array of non-overlapping intervals intervals where intervals[i...
Day 24
2024-09-02
369
0
111. Minimum Depth of Binary Tree 题目描述: 給定一個二元樹的根節點 root,找出其最小深度。最小深度是從根節點到最近葉子節...
Day 1
2024-09-01
2090
0
緣起 此鐵人賽,將挑戰連續刷完9月份daily題。參加週賽,檢視自己的進步程度。由於已經開刷一段時間,而且很多題目在網路上早已有相當詳盡的中文解說,因此這系列文...
Day 20
2024-09-01
357
0
Given an array of intervals where intervals[i] = [startᵢ, endᵢ], merge all over...