2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 763
Day 12
2024-09-26
110
0
今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線———————————— 題目1:讀取文本文件並打印內容 -解題思路:想像一下現在有一個...
Day 13
2024-09-27
110
0
解題程式碼 var WordDictionary = function () { this.root = {}; }; /** * @param {st...
Day 17
2024-10-01
110
0
原文題目Given an array of integers nums and an integer k, return the total number of...
Day 20
2024-10-04
110
0
原文題目Given the head of a linked list, remove the nth node from the end of the lis...
(* •̀ᴗ-)✧嗨,我是wec,今天是Day 4。 🔎 題目難度與描述 難度:EASY 題目描述: 給定兩個已經按升序排列的鏈結串列l1 和l2,將這兩個串列...
這題要在一個 m x n 的棋盤上,找到被 'X' 圍住的區,並把區域裡的 'O' 轉成 'X',重點在區域的邊界條件,就是所有不能被包圍的 'O' 一定在邊界...