2368. Reachable Nodes With Restrictions 2368. Reachable Nodes With Restrictions class Solution: def reachableNodes(self,
103. Binary Tree Zigzag Level Order Traversal 103. Binary Tree Zigzag Level Order Traversal # Definition for a
1026. Maximum Difference Between Node and Ancestor 1026. Maximum Difference Between Node and Ancestor 這題要找的是 「某個節點與它的祖先節點之間的差異最大值」。節點的選擇可以是樹中的任何一點,
1208. Get Equal Substrings Within Budget 1208. Get Equal Substrings Within Budget class Solution: def equalSubstring(
2090. K Radius Subarray Averages 2090. K Radius Subarray Averages 這個題目的重點是細心處理邊界問題。 class Solution: def getAverages(
1413. Minimum Value to Get Positive Step by Step Sum 1413. Minimum Value to Get Positive Step by Step Sum