2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
MediumRelated Topics: Array / Hash Table / Math / MatrixLeetCode Source 解題想法 整...
Day 22
2024-08-31
285
0
108. Convert Sorted Array to Binary Search Tree 题目描述: 給定一個升序排序的整數陣列 nums,將其轉換為一棵...
題目 874. Walking Robot Simulation難度: 中間偏易 題意 有一機器人在2D XY平面上行走。初始座標為[0, 0],朝向北方。給定...
題目 2326. Spiral Matrix IV難度: 中等偏易 題意 給定一鏈結串列head,及二整數m n。回傳m * n大小的矩陣,從左上角開始,按照順...
28. Find the Index of the First Occurrence in a String 題目描述: 給定兩個字符串 haystack 和...
Day 15
2024-08-15
275
0
EasyRelated Topics: Array / GreedyLeetCode Source 解題想法 題目主要是希望透過 5 10 20 來交易價值...