2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
You are given a 0-indexed integer array nums. For each index i (1 <= i <=...
今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線———————————— 題目1:創建集合並打印 -集合(set)是一種不包含重複元素,...
Day 26
2024-10-10
322
0
Problem : You are given an integer array nums. You are initially positioned at t...
Day 19
2024-10-03
321
0
Problem : Given a m x n grid filled with non-negative numbers, find a path from...
Day 16
2024-09-30
320
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
320
0
今天來寫第15題 題目 題目翻譯 給一包含n個整數的陣列nums,有任意三個元素a, b, c能夠使a + b + c = 0 成立嗎?找到所有陣列中的三個數...