2025 iThome 鐵人賽
沒在獨自升級的 一起來
自我挑戰組
選手 183 文章 3476
Day 4
2025-09-17
45
0
#10
110 Balanced Binary Tree thoughts 平衡樹定義:每個節點的左右子樹高度差 ≤ 1 遞迴計算高度:若某個子樹不平衡,回傳 -1...
Day 4
2025-09-18
45
0
#11
543 Diameter of Binary Tree thoughts 樹的直徑:任意兩個節點之間的最長路徑(經過 root 或不經 root)。 DFS...
Day 4
2025-09-23
45
0
#16
Linked List Cycle (LeetCode 141) thoughts 使用 Floyd’s Cycle Detection (快慢指針): sl...
Day 4
2025-09-25
45
0
#18
Middle of the Linked List (Linked List) 876 question 給定一個單向鏈結串列,找到其中間節點並回傳。 如果有...
Day 4
2025-09-16
44
0
#09
Lowest Common Ancestor of a Binary Search Tree thoughts BST 性質:左子樹 < root &l...
Day 9
2025-09-25
44
0
行高設定 css .line-height-tight { line-height: 1.25; } .line-height-normal { line-he...