咪卡的圖書館
  • 首頁
  • 分類
  • 標籤
  • coding筆記
  • 所有文章
  • 關於
  • GitHub
  • Plurk

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

繼續閱讀

Leetcode 3026. Maximum Good Subarray Sum

2024-02-05 分類 Coding
Prefix Sum 法求解 Leetcode 3026. Maximum Good Subarray Sum

繼續閱讀

Leetcode 76. Minimum Window Substring

2024-02-04 分類 Coding
Counting 結合 Sliding Window 法求解 Leetcode 76. Minimum Window Substring

繼續閱讀

Leetcode 1043. Partition Array for Maximum Sum

2024-02-03 分類 Coding
用動態規劃法 (Dynamical programming) 求解 Leetcode 1043. Partition Array for Maximum Sum 並對區間極值的求法優化

繼續閱讀

Leetcode 1291. Sequential Digits

2024-02-02 分類 Coding
用 brute force 與 迴圈 求解 Leetcode 1291. Sequential Digits

繼續閱讀

  • 上一頁
  • 第 2 頁 共 2 頁
© 2025 夏. All Rights Reserved

夏