iT邦幫忙

鐵人檔案

2025 iThome 鐵人賽
回列表
自我挑戰組

「用 LeetCode 挑戰 30 天,打造扎實的程式邏輯力」- 結合Notion記錄學習筆記 系列

目標是帶領讀者走進 LeetCode 的世界,逐步挑戰最常見的程式題目,從中學習資料結構、演算法的基礎知識。無論你是初學者還是進階者,透過這 30 天的訓練,你將不僅能解題,還能提升程式設計、邏輯思考和問題分析能力,同時結合Notion讓學習成果一點一滴的記錄下來,為未來的面試、工作和進階學習打下堅實基礎。

參賽天數 23 天 | 共 23 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文
DAY 11

<DA11> - Ransom Note

題目介紹: 編號:383 類型:String ,Hash Table , Counting 難度:easy 題目連結:https://leetcode.com...

2025-09-25 ‧ 由 ingrid107 分享
DAY 12

<DAY12> - Valid Parentheses

題目介紹: 編號:20 類型:String, Stack 難度:easy 題目連結:https://leetcode.com/problems/valid-p...

2025-09-26 ‧ 由 ingrid107 分享
DAY 13

<DAY13> - Implement Queue using Stacks

題目介紹: 編號:232 類型:Stack ,Queue , Design 難度:easy 題目連結:https://leetcode.com/problem...

2025-09-27 ‧ 由 ingrid107 分享
DAY 14

<DAY14> - Min Stack

題目介紹: 編號:155 類型:Design, Stack 難度:medium 題目連結:https://leetcode.com/problems/min-...

2025-09-28 ‧ 由 ingrid107 分享
DAY 15

<DAY15> - Fibonacci Number

題目介紹 編號:509 類型:Recursion, Dynamic Programming 難度:easy 題目連結:https://leetcode.com...

2025-09-29 ‧ 由 ingrid107 分享
DAY 16

<DAY16> - Maximum Depth of Binary Tree

題目介紹: 編號:104 類型:Tree, DFS, BFS 難度:medium 題目連結:https://leetcode.com/problems/max...

2025-09-30 ‧ 由 ingrid107 分享
DAY 17

<DAY17> - Same Tree

題目介紹: 編號:100 類型:tree 難度:easy 題目連結:https://leetcode.com/problems/same-tree/ 描述:給...

2025-10-01 ‧ 由 ingrid107 分享
DAY 18

<DAY18> - Invert Binary Tree

題目介紹: 編號:226 類型:tree, Depth-First Search, Breadth-First Search, Binary Search 難...

2025-10-02 ‧ 由 ingrid107 分享
DAY 19

<DAY19> - Symmetric Tree

題目介紹 編號:101 類型:Binary Tree, DFS, BFS 難度:medium 題目連結:https://leetcode.com/proble...

2025-10-03 ‧ 由 ingrid107 分享
DAY 20

<DAY20> - Path Sum

題目介紹: 編號:112 類型:Binary Tree, DFS, Recursion 難度:easy 題目連結:https://leetcode.com/p...

2025-10-04 ‧ 由 ingrid107 分享