2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
今天來解YKL07(UVA11461):Square Numbers Square Numbers 找出a~b之間,開完更號還是int的數字output有幾個...
Day 10
2024-09-10
313
0
題目 2807. Insert Greatest Common Divisors in Linked List難度: 中等偏易 題意 給定一串聯鏈結head,在...
Day 20
2024-10-04
312
0
適度增加難度是提升學習效果的重要策略。在學習過程中,適時挑戰自己,逐步提升題目的難度,可以有效促進知識的深入理解和應用。開始時應以較簡單的題目為主,逐步建立信心...
Day 20
2024-10-04
312
0
原文題目Given the head of a linked list, remove the nth node from the end of the lis...
Day 28
2024-10-12
311
0
在這篇文章中,我們來探討 Leetcode 第 70 題「Climbing Stairs」。這道題目是一個經典的動態規劃問題,經常作為學習 DP(動態規劃)的入...
Day 20
2024-10-04
311
0
今天來解YKL21(UVA10922):2 the 9s 2 the 9s 主要是判斷輸入是不是9的倍數如果是的話,再計算 9-degree EX:input...