摘要: 513. 找树左下角的值 https://leetcode.cn/problems/find-bottom-left-tree-value/description/ public int findBottomLeftValue(TreeNode root) { int val = 0; Deque< 阅读全文
posted @ 2024-03-23 13:15 jeasonGo 阅读(35) 评论(0) 推荐(0)
摘要: 215. 数组中的第K个最大元素 https://leetcode.cn/problems/kth-largest-element-in-an-array/description/?envType=study-plan-v2&envId=top-100-liked public int findKt 阅读全文
posted @ 2024-03-23 09:59 jeasonGo 阅读(22) 评论(0) 推荐(0)