(o´▽`o)ノ嗨,我是wec,今天是Day 3。
🔎 題目難度與描述
難度:EASY
題目描述:
給定一個整數數組 nums 和一個目標值 target,請在...
A sentence consists of lowercase letters ('a' to 'z'), digits ('0' to '9'), hyph...
前言
本日進度:
[x] 6 題 web
Writeup
第一題:findme
用他的密碼 test / test! 登入,但這樣好像拿不到什麼,打開 B...
使用 let、var 和 const 宣告變數時分別在:作用域、初始化、重複宣告、重新賦值、提升時有不同的行為。
作用域 scope
var 的作用域是全域或是...
原文題目
Given a sorted array of distinct integers and a target value, return the in...
今天就按照順序講我們的下一題(第五題)
題目
題目翻譯
給予一字串 s, 回傳在 s中可找到最長的回文子字串
解題步驟
以下是具體的解題步驟,使用 Markd...