iT邦幫忙

鐵人檔案

2025 iThome 鐵人賽
回列表
自我挑戰組

Leetcode 小白練功坊 系列

此系列會用 C++ 刷 leetcode,並訓練自己的 coding 題面試能力,用 REATO 的方式撰寫。
共分成以下部分:

1. **Repeat(題目重複確認)**
2. **Examples(舉例確認理解)**
3. **Approach(解題思路)**
4. **Code(主要使用 C++ )**
5. **Trace 範例**
6. 相關題目與延伸概念
7. 補充:語法&注意事項

ps. 內容會借助 AI 工具

參賽天數 28 天 | 共 30 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 21

[DAY21] 55. Jump Game

題目連結(https://leetcode.com/problems/jump-game/description/) You are given an inte...

2025-10-04 ‧ 由 hesta 分享
DAY 22

[DAY22] 11. Container With Most Water

題目連結(https://leetcode.com/problems/container-with-most-water/description/?envTyp...

2025-10-05 ‧ 由 hesta 分享
DAY 23

[DAY23] 2. Add Two Numbers

題目連結(https://leetcode.com/problems/add-two-numbers/description/) You are given t...

2025-10-06 ‧ 由 hesta 分享
DAY 24

[DAY24] 24. Swap Nodes in Pairs

題目連結(https://leetcode.com/problems/swap-nodes-in-pairs/description/) Given a lin...

2025-10-07 ‧ 由 hesta 分享
DAY 25

[DAY25] 778. Swim in Rising Water

題目連結(https://leetcode.com/problems/swim-in-rising-water/description/?envType=dai...

2025-10-08 ‧ 由 hesta 分享
DAY 26

[DAY26] 1488. Avoid Flood in The City

題目連結(https://leetcode.com/problems/avoid-flood-in-the-city/description/?envType=...

2025-10-09 ‧ 由 hesta 分享
DAY 27

[DAY27] 53. Maximum Subarray

題目連結(https://leetcode.com/problems/maximum-subarray/description/) Given an integ...

2025-10-10 ‧ 由 hesta 分享
DAY 28

[DAY28] 78. Subsets

題目連結(https://leetcode.com/problems/subsets/description/) Given an integer array ...

2025-10-11 ‧ 由 hesta 分享

[DAY29] 3147. Taking Maximum Energy From the Mystic Dungeon

題目連結(https://leetcode.com/problems/taking-maximum-energy-from-the-mystic-dungeon...

2025-10-17 ‧ 由 hesta 分享

[DAY30] 🎉 鐵人賽差點完賽心得|從零開始的刷題日記 🧠✨

第一次參加鐵人賽,原本只是想培養自己刷題的習慣,沒想到一路走來竟然完成了 30 天的挑戰!但第29天忘記發文=沒完成(完賽心得都不知道怎麼改了) 身為演算法...

2025-10-17 ‧ 由 hesta 分享