iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
Software Development

30而Leet{code} 系列

挑戰每天完成至少ㄧ題Leetcode.

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

D21 - [Stack] Valid Parentheses

問題 https://leetcode.com/problems/valid-parentheses/ Given a string s containing...

2022-10-05 ‧ 由 brandontsai 分享
DAY 22

D22 - [String] First Unique Character in a String

我明明 Filter 題目時有 apply tag "Stack",結果做一做發現今天的題目根本不需要 Stack... 問題 https:...

2022-10-06 ‧ 由 brandontsai 分享
DAY 23

D23 - [Stack] Next Greater Element I

今天原本是想做一題困難度 Medium 的,但是週五晚上實在是太累了,做半天做不出來,只好在挑一題簡單的來做. 問題 https://leetcode.com/...

2022-10-07 ‧ 由 brandontsai 分享
DAY 24

D24 - [Stack] Backspace String Compare

問題 https://leetcode.com/problems/backspace-string-compare/description/ Given two...

2022-10-08 ‧ 由 brandontsai 分享
DAY 25

D25 - [Binary Tree] Inorder Traversal

問題 https://leetcode.com/problems/binary-tree-inorder-traversal/ Given the root o...

2022-10-09 ‧ 由 brandontsai 分享
DAY 26

D26 - [Tree] Binary Tree Level Order Traversal

問題 Given the root of a binary tree, return the level order traversal of its nod...

2022-10-10 ‧ 由 brandontsai 分享
DAY 27

D27 - [Tree] Same Tree

問題 Given the roots of two binary trees p and q, write a function to check if the...

2022-10-11 ‧ 由 brandontsai 分享
DAY 28

D28 - [Tree] Binary Tree Paths

問題 https://leetcode.com/problems/binary-tree-paths/description/ iven the root of...

2022-10-12 ‧ 由 brandontsai 分享
DAY 29

D29 - [Tree] Balanced Binary Tree

印象中平衡樹也是大學修資料結構時必考的問題呢. 問題 https://leetcode.com/problems/balanced-binary-tree/de...

2022-10-13 ‧ 由 brandontsai 分享
DAY 30

D30 - [Tree ] Convert Sorted Array to Binary Search Tree

先說30天挑戰的結論,看來最後只能停在Tree資料的問題了蠻可惜得是這30天並沒有包含到所有資料結構和演算法的複習.每天做一題 Leetcode 最大的挑戰大概...

2022-10-14 ‧ 由 brandontsai 分享