DAY 24 試題
問題描述
給定一個由不同整數組成的陣列 candidates 和一個目標整數 target,返回所有數字組合的清單,使得每組數字的和等於...
You are given a string s and a robot that currently holds an empty string t. App...
On day 1, one person discovers a secret.
You are given an integer delay, which m...
You are given an integer array nums and an integer k. You may partition nums int...
題目:給定兩個字串 s 和 t,判斷 s 是否為 t 的子序列。
一個字串是另一個字串的 子序列,是指可以透過刪除 t 中的某些字元(不改變順序)得到 s。
範...