今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線————————————
題目1:讀取文本文件並打印內容
-解題思路:想像一下現在有一個...
解題程式碼
var WordDictionary = function () {
this.root = {};
};
/**
* @param {st...
原文題目Given an array of integers nums and an integer k, return the total number of...
原文題目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' 一定在邊界...