2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 15
2024-09-29
402
0
Problem : Given an array of distinct integers candidates and a target integer ta...
Day 15
2024-09-29
283
0
今天來解YKL15(UVA10252):Common Permutation Common Permutation 找出兩個字串相同的char #includ...
Day 13
2024-09-29
359
0
題目1:在Python裡,PYTHON HOME 環境變數功能 功能:指定Python的安裝資料夾。這可以用來更改Python的安裝路徑或指定不同的Python...
Day 29
2024-09-29
395
1
紀錄2024/09/28的雙週賽結果 題號 難度 結果 完成時間 Q1 EASY AC 00:02:20 Q2 Medium AC (WA P...
Day 15
2024-09-29
294
0
原文題目 Given an integer array nums and an integer k, return the k most frequent el...
Day 15
2024-09-29
291
0
解題程式碼 var searchRange = function (nums, target) { const binarySearch = (isSear...