2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 11
2024-09-25
392
0
今天也來解Reverse的題目 題目 GDB baby step 3 0x2262c96b 最後會移動到記憶體位置 (determined by RBP-4)設...
Day 24
2024-10-06
391
0
題目 題目翻譯 給一個連結陣列,交換兩兩相鄰的節點並且回傳。範例: 1->2->3->4, return 2->1->4-&gt...
DAY 3 試題 問題描述 最長不重複子字串長度給定一個字串 s,找出其中不包含重複字元的 最長子字串 的長度。 例子:Input: s = "ab...
( ੭ ˙ᗜ˙ )੭嗨,我是wec,今天是DAY 19。 🔎 題目難度與描述 難度:MEDIUM 題目描述: 給定一個整數數組nums,找出其擺動序列的最大長度...
Day 14
2024-09-28
390
0
Alice and Bob continue their games with stones. There is a row of n stones, and...
原文題目 Given a sorted array of distinct integers and a target value, return the in...