2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 19
2024-10-03
348
0
原文題目 Given an array of integers temperatures represents the daily temperatures,...
理解題目是刷題過程中的關鍵步驟,它不僅關乎解題的正確性,也影響到學習效果的提升。當面對一道題目時,首要任務是要仔細閱讀題目內容,確保對題意有清晰的理解。這包括識...
Day 28
2024-10-12
347
0
A swap is defined as taking two distinct positions in an array and swapping the...
在 LeetCode 125 題「Valid Palindrome」中,我們需要判斷一個字串是否為迴文(Palindrome)。迴文的定義是,忽略大小寫字母和非...
Day 16
2024-09-30
346
0
嘿嘿~今天要來解一個大家都會碰到的經典題目:Reverse Linked List(反轉鏈結串列)。想像一下,我們要把一列數字倒過來,這就像翻書一樣,把後面...
Day 18
2024-10-02
345
0
GDB GDB(GNU Debugger)常被用於除錯、檢視程式執行流程、以及逆向工程中分析二進位檔案。GDB 支援多種語言(如 C、C++),能在多種平台上運...