2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 26
2024-10-08
323
0
題目 題目翻譯 給定一個排序數組,你需要在原地刪除重複出現的元素,使得每個元素只出現一次,返回移除後數組的新長度。 解題步驟 處理邊界情況: 如果 nu...
今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線———————————— 題目1:創建集合並打印 -集合(set)是一種不包含重複元素,...
Day 26
2024-10-10
321
0
Problem : You are given an integer array nums. You are initially positioned at t...
Day 19
2024-10-03
319
0
Problem : Given a m x n grid filled with non-negative numbers, find a path from...
Day 16
2024-09-30
319
0
There is a class with m students and n exams. You are given a 0-indexed m x n in...
Day 15
2024-09-27
318
0
今天來寫第15題 題目 題目翻譯 給一包含n個整數的陣列nums,有任意三個元素a, b, c能夠使a + b + c = 0 成立嗎?找到所有陣列中的三個數...