iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
Software Development

刷刷題 or Alan Becker's game 製作 is a question 系列

for coding logic - 刷刷題 但其實比較喜歡涮涮鍋

for fun - Alan Becker's game

鐵人鍊成 | 共 30 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 11

(Hard?) 10. Regular Expression Matching

描述 發現 從 LeetCode CP 會跑版...可以跳過這一Part 看截圖部分 >>> Given an input string...

2020-09-26 ‧ 由 阿瑜 分享
DAY 12

(Easy) 242. Valid Anagram

今天選題的方式 不是按序 也不是偷懶拿之前寫的(會標記Review) 是 Pick One (應該是隨機選題吧) <- 如上圖 Description...

2020-09-27 ‧ 由 阿瑜 分享
DAY 13

(Medium) 11. Container With Most Water

描述:Given n non-negative integers a1, a2, ..., an , where each represents a point...

2020-09-28 ‧ 由 阿瑜 分享
DAY 14

(Medium) 12. Integer to Roman

描述Roman numerals are represented by seven different symbols: I, V, X, L, C, D a...

2020-09-29 ‧ 由 阿瑜 分享
DAY 15

(Medium)16. 3Sum Closest

Description:Given an array nums of n integers and an integer target, find three...

2020-09-30 ‧ 由 阿瑜 分享
DAY 16

(Medium) 17. Letter Combinations of a Phone Number

DescriptionGiven a string containing digits from 2-9 inclusive, return all poss...

2020-10-01 ‧ 由 阿瑜 分享
DAY 17

(Medium)18. 4Sum

DescriptionGiven an array nums of n integers and an integer target, are there el...

2020-10-02 ‧ 由 阿瑜 分享
DAY 18

(Medium) 19. Remove Nth Node From End of List

Given a linked list, remove the n-th node from the end of list and return its he...

2020-10-03 ‧ 由 阿瑜 分享
DAY 19

(Easy) 20. Valid Parentheses

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']',...

2020-10-04 ‧ 由 阿瑜 分享
DAY 20

(Medium) 22. Generate Parentheses

Given n pairs of parentheses, write a function to generate all combinations of...

2020-10-05 ‧ 由 阿瑜 分享