2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
在最初開始刷題時,很多和陣列相關的題目讀完當下第一直覺便是使用雙層迴圈或是把符合條件的資料放進新的空陣列去解題,暴力、直覺、簡單。但隨著題目增加難度,發現有些題...
Day 23
2024-08-23
243
0
MediumRelated Topics: Math / String / SimulationLeetCode Source 解題想法 首先我們要定義分子...
Day 11
2024-08-11
242
0
HardRelated Topics: Array / DFS / BFS / Matrix / Strongly Connected ComponentLe...
Day 21
2024-08-30
241
0
104. Maximum Depth of Binary Tree 题目描述: 給定一個二元樹的根節點 root,返回其最大深度。 Example 1: In...
題目 3217. Delete Nodes From Linked List Present in Array難度: 中等 題意 給定一個鏈結串列head與一整...
題目 2028. Find Missing Observations難度: 中等但異常簡單 題意 有m+n個六面骰子,給定長度m的整數陣列rolls,代表前m個...