2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
原文題目Given an array of distinct integers candidates and a target integer target,...
。・∀・)ノ゛嗨,我是wec,今天是DAY 27。 🔎 題目難度與描述 難度:MEDIUM 題目描述: 給定一個只包含數字的字符串,請將其還原為所有可能的有效的...
JavaScript 是單執行緒的語言,所以一次只能執行一件事。事件循環 Event loop 是可以確保作為單行緒語言的 Javascript 可以在執行環境...
題目要求:這題目要找到將字串 word1 轉換成 word2 所需的最少編輯次數操作有三種:插入一個字元。刪除一個字元。替換一個字元。思路:這題的重點是 動態規...
Day 18
2024-10-02
341
0
原文題目 Given an encoded string, return its decoded string. The encoding rule is: k...
Day 20
2024-10-04
340
0
今天來解YKL21(UVA10922):2 the 9s 2 the 9s 主要是判斷輸入是不是9的倍數如果是的話,再計算 9-degree EX:input...