2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 21
2024-08-21
531
0
HardRelated Topics: String / Dynamic ProgrammingLeetCode Source 解題想法 這道題目是關於計算...
Day 18
2024-09-01
529
0
100. Same Tree tags: Easy、Tree Given the roots of two binary trees p and q, wri...
Day 22
2024-09-05
529
0
572. Subtree of Another Tree tags: Easy、Tree Given the roots of two binary tree...
Day 28
2024-10-12
528
0
解題程式碼 var checkValidString = function (s) { let leftMin = 0; let leftMax = 0...
題目 2326. Spiral Matrix IV難度: 中等偏易 題意 給定一鏈結串列head,及二整數m n。回傳m * n大小的矩陣,從左上角開始,按照順...
題目: 這題要求在給定的字串中找到第一個不重複的字元,並回傳它的索引。如果不存在不重複字元,則回傳 -1。 解題思路 使用 hasp map (unordere...