整理 LeetCode #383 — hash map, linked list。
整理 LeetCode #36 Valid Sudoku — 檢查行 / 列 / 3x3 box、set 去重複、線性時間。
整理 LeetCode #136 Single Number — XOR 位運算、a^a=0 性質。
整理 LeetCode #118 — DP, linked list, reverse。
整理 LeetCode #189 Rotate Array — reverse 三次、in-place。
整理 LeetCode #566 Reshape the Matrix — flatten 後按新維度填充。
整理 LeetCode #2186 — linked list。
介紹 Python set() 快速找重複—去重、集合運算、找重複內容、題目的一個資料型別、set。
紀錄 Python ord() 與 chr() 用法 — 字元轉 ASCII 碼值、反向轉換、處理 C-style 字元比較。
整理 LeetCode #2185 — linked list。