Avatar

嗡嗡的隨手筆記

  1. 首頁
  2. 關於本站
  3. 站長ㄉ書
  4. 搜尋
  5. 所有文章
  6. 分類
  7. 標籤
  8. 關於站長
  9. 聯絡站長
  10. 支持本站

    所有文章

    全部文章 791
    2026 2
    2024 10
    2023 71
    2022 350
    2021 235
    更多
    710 - Python LeetCode

    【Leetcode】python - [2264] Largest 3-Same-Digit Number in String 個人解法筆記 | 292nd LeetCode Weekly Contest

    整理 LeetCode #2264 — linked list。

    May 10, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [7] Reverse Integer 個人解法筆記

    整理 LeetCode #7 Reverse Integer — 整數反轉、進位提取、overflow 檢查。

    May 06, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [56] Merge Intervals 個人解法筆記 | 內含:sorted key 搭配 lambda 的用法範例

    整理 LeetCode #56 Merge Intervals — 排序後合併、比較 end 和下一個 start。

    May 05, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [57] Insert Interval 個人解法筆記

    整理 LeetCode #57 Insert Interval — 遍歷三段:不重疊 / 重疊 / 不重疊、插入合併。

    May 05, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [61] Rotate List 個人解法筆記

    整理 LeetCode #61 Rotate List — 鏈表旋轉、中點、next。

    May 05, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [268] Missing Number 個人解法筆記

    整理 LeetCode #268 Missing Number — XOR 或求和、O(1) 空間 O(n) 時間。

    May 04, 2022
    閱讀時間 1 分鐘
    710 - Python LeetCode

    【Leetcode】python - [70] Climbing Stairs 個人解法筆記

    整理 LeetCode #70 爬樓梯 — DP 遞推公式 dp[i]=dp[i-1]+dp[i-2]。

    May 04, 2022
    閱讀時間 1 分鐘
    Featured image of post 【Leetcode】python - [234] Palindrome Linked List 個人解法筆記 (內含 reverse LinkedList 方法)
    716 - Linked List Two Pointers (同向雙指針 →→) / Slow, Fast (快慢雙指針) Two Pointers (背向雙指針 ←→)

    【Leetcode】python - [234] Palindrome Linked List 個人解法筆記 (內含 reverse LinkedList 方法)

    整理 LeetCode #234 — two pointers, linked list、完整解法。

    May 04, 2022
    閱讀時間 3 分鐘
    Featured image of post 【Leetcode】python - [221] Maximal Square 個人解法筆記
    BFS (連通圖搜索) DP (座標型 - 二維)

    【Leetcode】python - [221] Maximal Square 個人解法筆記

    整理 LeetCode #221 — DP, linked list, BFS。

    May 04, 2022
    閱讀時間 2 分鐘
    710 - Python LeetCode

    【Leetcode】python - [91] Decode Ways 個人解法筆記

    整理 LeetCode #91 Decode Ways — DP 字符串解碼、檢查有效數字、dp 轉移邏輯。

    May 03, 2022
    閱讀時間 1 分鐘
    1 242526272829303132 80
    © 2020 - 2026 嗡嗡的隨手筆記 v1.13.0
    使用 Hugo 建立
    主題 Stack 由 Jimmy 設計