2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 29
2024-09-10
335
0
Given the head of a singly linked list, reverse the list, and return the revers...
Day 22
2024-10-06
335
0
掌握多種解題方法對於提高學習效率和考試表現至關重要。不同的問題可能需要不同的解題思路和技巧,因此能夠靈活運用多種方法能幫助我們更全面地解決問題。首先,對於每種題...
Day 14
2024-09-28
334
0
Alice and Bob continue their games with stones. There is a row of n stones, and...
Day 24
2024-10-08
334
0
萬用字元(Wildcard Characters) 在處理大量文件或自動化任務時,萬用字元幫助我們簡化操作,特別是處理大規模文件時,使用簡單的符號來匹配文件名稱...
Day 21
2024-10-05
333
0
解題程式碼 var kSmallestPairs = function (nums1, nums2, k) { const res = []; cons...
Day 28
2024-10-12
333
0
在這篇文章中,我們來探討 Leetcode 第 70 題「Climbing Stairs」。這道題目是一個經典的動態規劃問題,經常作為學習 DP(動態規劃)的入...