[2024鐵人賽系列文] Python刷題小白的30日動態規劃之旅-Day 01 引言、刷題實用Python語法整理 2024-08-01 分類 Coding 系列文引言、整理刷題實用的Python語法與模組 繼續閱讀
Leetcode 42. Trapping Rain Water 2024-04-12 分類 Coding 應用 Monotonic Stack 求解 Leetcode 42. Trapping Rain Water 繼續閱讀
Leetcode 647. Palindromic Substrings 2024-02-10 分類 Coding Manacher Algorithm (動態規劃法) 在O(n)時間求解 Leetcode 647. Palindromic Substrings 繼續閱讀
Leetcode 279. Perfect Squares 2024-02-08 分類 Coding Dynamical Programming / Greedy + DFS, Math 三種策略求解 Leetcode 279. Perfect Squares 繼續閱讀
Leetcode 3027. Find the Number of Ways to Place People II 2024-02-06 分類 Coding 分別用 2D Prefix Sum 與 Sorting + Greedy 求解 Leetcode 3027. Find the Number of Ways to Place People II 繼續閱讀