iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
佛心分享-刷題不只是刷題

8月 LeetCode Daily 見聞錄 系列

每天一題 8 月 LeetCode Daily (語言: C++/Python3)

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

[8/21] 664. Strange Printer

HardRelated Topics: String / Dynamic ProgrammingLeetCode Source 解題想法 這道題目是關於計算...

2024-08-21 ‧ 由 whoami 分享
DAY 22

[8/22] 476. Number Complement

EasyRelated Topics: Bit ManipulationLeetCode Source 解題想法 十進位數字轉成二進制 之後將1轉成0 將0...

2024-08-22 ‧ 由 whoami 分享
DAY 23

[8/23] 592. Fraction Addition and Subtraction

MediumRelated Topics: Math / String / SimulationLeetCode Source 解題想法 首先我們要定義分子...

2024-08-23 ‧ 由 whoami 分享
DAY 24

[8/24] 564. Find the Closest Palindrome

Hard Related Topics: Math / StringLeetCode Source 解題想法 在這個問題中,給定一個代表整數的字串 n,我們...

2024-08-24 ‧ 由 whoami 分享
DAY 25

[8/25] 145. Binary Tree Postorder Traversal

EasyRelated Topics: Stack / Tree / Depth-First Search / Binary TreeLeetCode Sou...

2024-08-25 ‧ 由 whoami 分享
DAY 26

[8/26] N-ary Tree Postorder Traversal

EasyRelated Topics: Stack / Tree / Depth-First SearchLeetCode Source 解題想法 後序尋訪...

2024-08-26 ‧ 由 whoami 分享
DAY 27

[8/27] 1514. Path with Maximum Probability

MediumRelated Topics: Array / Graph / Heap (Priority Queue) / Shortest PathLeet...

2024-08-27 ‧ 由 whoami 分享
DAY 28

[8/28] 1905. Count Sub Islands

MediumRelated Topics: Array / Depth-First Search / Breadth-First Search / Union...

2024-08-28 ‧ 由 whoami 分享
DAY 29

[8/29] 947. Most Stones Removed with Same Row or Column

MediumRelated Topics: Hash Table / Depth-First Search / Union Find / GraphLeetC...

2024-08-29 ‧ 由 whoami 分享
DAY 30

[8/30] 2699. Modify Graph Edge Weights

HardRelated Topics: Graph / Heap (Priority Queue) / Shortest PathLeetCode Sourc...

2024-08-30 ‧ 由 whoami 分享