2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 758
Day 29
2024-09-10
160
0
Given the head of a singly linked list, reverse the list, and return the revers...
Day 30
2024-09-13
160
0
竟然到了最後一天,所有跟韌體相關的Easy題目只要能用C語言去解的,都解完了(有些有多種解法)堅持了30天,之後應該還是會每天刷一題Medium來保持手感,該好...
這題我們要將給定的數字陣列視作一個整數,並對其進行加一操作,最終返回加一後的結果作為陣列形式。 題目:給定一個非負整數陣列 digits,每個元素代表該整數的一...
Day 21
2024-08-21
159
0
HardRelated Topics: String / Dynamic ProgrammingLeetCode Source 解題想法 這道題目是關於計算...
題目1:打印 "Hello World" 在finder裡面創一個名叫ithome_Day1的資料夾,裡面建一個app.py檔,在這個檔裡面...
Day 30
2024-10-14
158
0
這次鐵人賽的題目我選擇leetcode刷題的原因是為了讓自己能更熟悉演算法的使用,根據LeetCode Top 100 Liked題目集的脈絡複習和學習新的演算...