討論串[閒聊] 每日LeetCode
共 719 篇文章
內容預覽:
https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/description/863. All Nodes Distance K in Binary Tree. 給你一個二元樹的根節點 root,另一個在 root 的節點
(還有2414個字)
內容預覽:
https://leetcode.com/problems/minimum-depth-of-binary-tree/description/. 111. Minimum Depth of Binary Tree. 給你一個二元樹,返回他的最小深度,最小深度為 root 節點到葉子節點的最小距離。.
(還有1139個字)
內容預覽:
https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/description1493. Longest Subarray of 1's After Deleting One Element. 給
(還有1233個字)
內容預覽:
https://leetcode.com/problems/minimum-size-subarray-sum/description/. 209. Minimum Size Subarray Sum. 給你一個陣列 nums 和一個數字 target,找出最小的連續子序列長,該子序列的和. 需要大
(還有1134個字)
內容預覽:
https://leetcode.com/problems/maximize-the-confusion-of-an-exam/description/2024. Maximize the Confusion of an Exam. 一個教師正在編寫包含 n 個是非題的試卷,T 表示真 F 表示假。
(還有1888個字)