2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 18
2024-09-01
369
0
100. Same Tree tags: Easy、Tree Given the roots of two binary trees p and q, wri...
Day 23
2024-09-01
431
0
110. Balanced Binary Tree 题目描述: 給定一個二元樹的根節點 root,判斷這棵樹是否是高度平衡的。 Example 1: Inpu...
Day 19
2024-08-31
551
0
Merge Intervals(合併區間)是一種處理重疊區間的解題技巧。在大部分與Merge Intervals的問題中,題目可能會要求以下作兩種處理: 需要...
Day 17
2024-08-31
387
0
2859. Sum of Values at Indices With K Set Bits tags: Easy、Bitwise You are given...
Day 22
2024-08-31
882
0
108. Convert Sorted Array to Binary Search Tree 题目描述: 給定一個升序排序的整數陣列 nums,將其轉換為一棵...
Day 18
2024-08-30
188
0
Given an array of points where points[i] = [xᵢ, yᵢ] represents a point on the X...