2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 27
2024-10-11
205
0
You are given a binary string s. In one second, all occurrences of "01&quot...
Day 10
2024-09-24
205
0
記錄進度是有效學習和提升學習效果的關鍵策略。通過詳細記錄學習進度,我們可以清晰地了解自己在學習過程中的進展和問題,從而制定更合理的學習計劃。 首先,定期更新學習...
Day 11
2024-09-25
205
0
226. Invert Binary Tree 題目描述得非常簡單,給定一棵二元樹,你需要翻轉它,將左子樹與右子樹互換,輸出這棵樹翻轉後的結果。使用遞迴的解法:...
今天我們繼續看一題字串類型的題目:拆字。 🟨拆字 本題取自 Leetcode 139. Word Break 題目 Given a string s and a...
選擇適當的題目是刷題過程中的關鍵步驟,不僅能提升學習效果,還能更好地達成學習目標。首先,題目的選擇應該根據你所面臨的考試或學習需求來決定。例如,如果在準備某個特...
Day 19
2024-10-03
203
0
Given a positive integer n, you can apply one of the following operations: If n...