Leetcode 2092. Find All People With Secret 2024-02-24 分類 Coding 以 圖論演算法 (BFS 與 Union Find) 與 最小堆疊(Min Heap) 求解 Leetcode 2092. Find All People With Secret 繼續閱讀
Leetcode 2402. Meeting Rooms III 2024-02-19 分類 Coding Priority queue (Min Heap) 求解 Leetcode 2402. Meeting Rooms III 繼續閱讀
Leetcode 1642. Furthest Building You Can Reach 2024-02-17 分類 Coding 貪心算法(Greedy) 搭配 優先佇列(priority queue) 法求解 Leetcode 1642. Furthest Building You Can Reach 繼續閱讀
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 繼續閱讀