Published onSeptember 26, 2025[演算法筆記] Kadane’s Algorithm(卡丹算法)AlgorithmDynamic-Programming整理 Kadane’s Algorithm(最大子陣列和演算法)的核心概念、程式碼實作、常見題型與 Leetcode 範例,協助快速複習與面試應用。
Published onSeptember 22, 2025[演算法筆記] Priority Queue 優先佇列AlgorithmData-Structure整理 Priority Queue(優先佇列)的定義、實作方式、典型應用與 Leetcode 題目,協助快速複習與面試應用。
Published onSeptember 17, 2025[演算法筆記] GCD 與 LCM 最大公因數與最小公倍數AlgorithmMath整理 GCD(最大公因數)與 LCM(最小公倍數)的定義、演算法、程式碼模板與 Leetcode 題目,協助快速複習與面試應用。
Published onSeptember 16, 2025[演算法筆記] Monotonic Stack & Queue 單調棧與單調佇列Algorithm整理 Monotonic Stack 與 Monotonic Queue 的核心概念、常見題型與模板,幫助快速複習與面試實戰。
Published onSeptember 2, 2025[演算法筆記] Prefix Sum & Difference Array 前綴和與差分陣列Algorithm整理 Prefix Sum 與 Difference Array 的核心概念、模板,幫助快速複習與面試實戰。