2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 12
2024-08-21
407
0
66. Plus One 題目描述: 給定一個由整陣列成的非空陣列,表示一個非負整數,在該數的基礎上加一,並返回結果陣列。 最高位數字存放在陣列的首位,陣列中每...
Day 16
2024-08-25
402
0
83. Remove Duplicates from Sorted List 题目描述: 給定一個已排序的Linked List,刪除所有重複的元素,使每個元素...
203. Remove Linked List Elements tags: Easy、Linked-List Given the head of a lin...
Day 15
2024-09-29
402
0
Problem : Given an array of distinct integers candidates and a target integer ta...
Day 29
2024-10-13
400
0
DAY 29 試題 問題描述 給定一個 n x n 的二維矩陣,代表一張圖片。請將圖片「順時針旋轉 90 度」。旋轉需要在原地進行,也就是說,必須直接修改輸入...
題目:給定一個非負整數陣列 nums,你最初位於陣列的第一個下標。陣列中的每個元素代表你在該位置可以跳躍的最大長度。 判斷你是否能夠到達陣列的最後一個位置。 範...