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 - [387] First Unique Character in a String 個人解法筆記

    整理 LeetCode #387 First Unique Character in a String — counter。

    Mar 05, 2022
    閱讀時間 1 分鐘
    716 - Linked List

    【Leetcode】python - [203] Remove Linked List Elements 個人解法筆記 內含 Linked List remove 操作 part 2 (for 新手教學)

    整理 LeetCode #203 Remove Linked List Elements — 單指標遍歷、skip。

    Mar 05, 2022
    閱讀時間 2 分鐘
    716 - Linked List Two Pointers (N Pointers Merge 多項合併)

    【Leetcode】python - [21] Merge Two Sorted Lists 個人解法筆記 內含 Linked List 基本操作 (for 新手教學)

    整理 LeetCode #21 Merge Two Sorted Lists — dummy node、依序比較連接。

    Mar 05, 2022
    閱讀時間 2 分鐘
    716 - Linked List Two Pointers (同向雙指針 →→) / Slow, Fast (快慢雙指針)

    【Leetcode】python - [141] Linked List Cycle 個人解法筆記

    整理 LeetCode #141 Linked List Cycle — Floyd 龜兔賽跑、快慢指標相會。

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

    【Leetcode】python - [74] Search a 2D Matrix 個人解法筆記

    整理 LeetCode #74 搜尋二維矩陣 — 二分、邊界。

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

    【Leetcode】python - [383] Ransom Note 個人解法筆記

    整理 LeetCode #383 — hash map, linked list。

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

    【Leetcode】python - [36] Valid Sudoku 個人解法筆記

    整理 LeetCode #36 Valid Sudoku — 檢查行 / 列 / 3x3 box、set 去重複、線性時間。

    Mar 04, 2022
    閱讀時間 4 分鐘
    710 - Python LeetCode

    【Leetcode】python - [136] Single Number 個人解法筆記

    整理 LeetCode #136 Single Number — XOR 位運算、a^a=0 性質。

    Mar 03, 2022
    閱讀時間 1 分鐘
    Featured image of post 【Leetcode】python - [118] Pascal's Triangle 個人解法筆記 — sum of two list (list add 相加方法整理)
    710 - Python LeetCode

    【Leetcode】python - [118] Pascal's Triangle 個人解法筆記 — sum of two list (list add 相加方法整理)

    整理 LeetCode #118 — DP, linked list, reverse。

    Mar 03, 2022
    閱讀時間 3 分鐘
    Featured image of post 【Leetcode】python - [189] Rotate Array 個人解法筆記
    710 - Python LeetCode

    【Leetcode】python - [189] Rotate Array 個人解法筆記

    整理 LeetCode #189 Rotate Array — reverse 三次、in-place。

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