2025 iThome 鐵人賽
沒在獨自升級的 一起來
自我挑戰組
選手 183 文章 3476
Day 28
2025-09-28
132
0
今天想到一個挺重要的東西還沒有,那就是「吃藥提醒」的功能。 Step 1 創建一個 reminders.html 頁面,管理提醒、測試通知、匯出 .ics。 &...
Day 4
2025-09-06
132
0
#05
226 Invert Binary Tree 翻轉二元樹(左右子樹交換)。 Kotlin, DFS class TreeNode(var `val`: In...
2025-10-05
132
0
#28
Same Tree LeetCode 100 題意 類別:DFS / Recursion 判斷兩棵二元樹是否「結構完全相同」且「節點值都相等」。 Ex.Inp...
Day 21
2025-10-05
132
0
題目:給定一個包含 n 個不同整數的陣列 nums,每個整數都在範圍 [0, n] 之間。請找出陣列中缺少的那個數字 解法一 直觀但慢 依序檢查 0 ~ n...
Day 25
2025-10-09
132
0
leetcode 系列
題目:Given the head of a linked list, reverse the nodes of the list k at a time, a...
Day 21
2025-10-12
132
0
可以自動產生「分析結果」──像是平均血壓、最高/最低值、偏高或偏低的天數 新增程式碼:1.延續昨天的版本只是改進exportReport()方法 publi...