2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
Day 29
2024-09-29
203
1
紀錄2024/09/28的雙週賽結果 題號 難度 結果 完成時間 Q1 EASY AC 00:02:20 Q2 Medium AC (WA P...
Day 15
2024-09-29
125
0
原文題目 Given an integer array nums and an integer k, return the k most frequent el...
解題程式碼 var searchRange = function (nums, target) { const binarySearch = (isSear...
🟨最長回文字子序列(解法1) 題目 本題取自 Leetcode 516. Longest Palindromic Subsequence Given a str...
Writeup 第一題:Verify 把每一個檔案都拿去 decrypt 一次,然後看有沒有正確的 hash 可以得到 flag。 find ./files -...
Alice and Bob continue their games with stones. There is a row of n stones, and...