今天就按照順序講我們的下一題(第五題)
題目
題目翻譯
給予一字串 s, 回傳在 s中可找到最長的回文子字串
解題步驟
以下是具體的解題步驟,使用 Markd...
今天來解YKL10(UVA12019):Doom's Day Algorithm
Doom's Day Algorithm
有一個關鍵4/4是Monday4/...
今天來解YKL07(UVA11461):Square Numbers
Square Numbers
找出a~b之間,開完更號還是int的數字output有幾個...
DAY 2 試題
問題描述
這題是 LeetCode 上非常經典的問題之一「兩數之和」(Two Sum)。給定一個整數陣列 nums 和一個目標值 targe...
前言
本日進度:
[x] 3 題 general skills + 3 題 web
[]
Writeup
第一題:plumbing
這題就用之前上課學到的...
原文題目Given two strings s and p, return an array of all the start indices of p's a...