紀錄2024/09/28的雙週賽結果
題號
難度
結果
完成時間
Q1
EASY
AC
00:02:20
Q2
Medium
AC (WA P...
原文題目
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...