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 21

(Hard) 23. Merge k Sorted Lists

You are given an array of k linked-lists lists, each linked-list is sorted in as...

2020-10-06 ‧ 由 阿瑜 分享
DAY 22

(Medium) 24. Swap Nodes in Pairs

題目:Given a linked list, swap every two adjacent nodes and return its head. You m...

2020-10-07 ‧ 由 阿瑜 分享
DAY 23

(Hard) 25. Reverse Nodes in k-Group

25. Reverse Nodes in k-Group tags: 刷題 Level: Hard Given a linked list, reverse t...

2020-10-08 ‧ 由 阿瑜 分享
DAY 24

目前做過最有趣的一題 : 26. Remove Duplicates from Sorted Array

26. Remove Duplicates from Sorted Array tags: 刷題 題目: 26. Remove Duplicates from...

2020-10-09 ‧ 由 阿瑜 分享
DAY 25

(Easy) 27. Remove Element

題目: 27. Remove ElementGiven an array nums and a value val, remove all instances...

2020-10-10 ‧ 由 阿瑜 分享
DAY 26

(Easy) 28. Implement strStr()

體驗: 跨縣市 邊騎機車邊想邏輯怎麼寫 ... QQ 在出發前還沒解決 想通解的重要性 為某些測資補Code 真的不行,補這個發現另一個就不行... Lee...

2020-10-11 ‧ 由 阿瑜 分享
DAY 27

(Medium) 29. Divide Two Integers #水

Given two integers dividend and divisor, divide two integers without using multi...

2020-10-12 ‧ 由 阿瑜 分享
DAY 28

(Hard) 30. Substring with Concatenation of All Words

You are given a string s and an array of strings words of the same length. Retur...

2020-10-13 ‧ 由 阿瑜 分享
DAY 29

(Medium) 31. Next Permutation

Implement next permutation, which rearranges numbers into the lexicographically...

2020-10-14 ‧ 由 阿瑜 分享
DAY 30

(Hard) 32. Longest Valid Parentheses

Given a string containing just the characters '(' and ')', find the length of th...

2020-10-15 ‧ 由 阿瑜 分享