2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
這題是 977. Squares of a Sorted Array 目的是將已排序的陣列每個元素平方後,按非遞減順序排序回傳。 題目:給定一個已按照非遞減順序...
應該會暫時刷Linked List相關的LeetCode全部的easy題目,等到刷完再換其他類型,都刷完Easy之後,就該挑戰一下Medium~ 234. Pa...
Day 30
2024-08-30
847
0
HardRelated Topics: Graph / Heap (Priority Queue) / Shortest PathLeetCode Sourc...
Day 26
2024-09-09
832
0
559. Maximum Depth of N-ary Tree tags: Easy、Tree Given a n-ary tree, find its m...
Day 12
2024-08-26
828
0
961. N-Repeated Element in Size 2N Array tags: Easy、Sizeof You are given an int...
20. Valid Parentheses 題目描述: 給定一個只包含 '('、')'、'{'、'}'、'[' 和 ']' 的字符串 s,判斷字符串是否有效。...