2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 22
2024-10-06
247
0
題目Forbidden Paths 他說 websites files 會儲存在 /usr/share/nginx/html/而 flag 位置在 /flag....
Day 13
2024-09-27
246
0
今天來解YKL13(UVA10929):You can say 11 You can say 11 要則麼確認是不是 11 的倍數=>奇數位數字和與偶數位...
原文題目Given an integer array nums of unique elements, return all possible subsets(...
Day 14
2024-09-28
246
0
938. Range Sum of BST 給定一個二元搜尋樹 (BST),找到位於範圍 [low, high] 之間的所有節點的值之和。 解題思路 利用 D...
Day 19
2024-10-03
245
0
今天來解YKL20(UVA10050):Hartals Hartals T => 測試案例數量N => 天數P => 黨的數量接下來的代表那...
Day 16
2024-09-30
245
0
匿名函式 anonymous function 是指在 JavaScript 中沒有名稱的函式,通常用於一次性的操作或者作為參數傳遞給其他函式,此外,匿名函式不...