2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
原文題目 You are a professional robber planning to rob houses along a street. Each h...
今天也繼續繼續加油、繼續刷刷刷刷刷刷~ 題目1:Python 模組(module) 是什麼意思 Python 模組(module)白話講就是一個檔案,裡面包含P...
Day 24
2024-10-08
228
0
You are given an integer array nums and an integer k. You may partition nums int...
Day 27
2024-09-30
227
0
Crypto 1 棒棒的練習資源 編碼 古典密碼 穿插「ㄧ」點數學 流加密 對稱式加密 先裝套件 pip install pycryptodome 什麼是...
Day 21
2024-10-05
227
0
36. Valid Sudoku 給定一個 9x9 的數獨板 (2D 數組),請判斷該數獨是否有效。數獨部分空白的格子用 '.' 表示。 數獨驗證需滿足以下三個...
🟨扒手I 回顧 在昨天的文章中留下了一個伏筆:能否換一個思路進行扒手問題的分治法,設計狀態,並且得到對應的轉移式? 題目是 Leetcode 198. Hous...