2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 10
2024-09-24
275
0
繼續刷題 按照慣例,請ChatGPT幫我根據學習範圍出題,二元樹、BST、Tree Sort、Quick Sort、Merge Sort主題的LeetCode題...
Day 10
2024-09-24
415
0
解題程式碼 var exist = function (board, word) { const DFS = (i, j, wordIndex) =>...
Day 10
2024-09-24
293
0
今天來解YKL10(UVA12019):Doom's Day Algorithm Doom's Day Algorithm 有一個關鍵4/4是Monday4/...
Day 10
2024-09-24
252
0
原文題目 You are given an array prices where prices[i] is the price of a given stock...
Day 20
2024-09-23
379
0
上課紀錄 Lab - swirl stage 1 & 2 這兩題跟之前 Lab - phpisbest 差不多,只要在後面加上 /?A[]=[0]&am...
An integer x is numerically balanced if for every digit d in the number x, there...