摘要: 原题链接在这里:https://leetcode.com/problems/linked-list-in-binary-tree/ 题目: Given a binary tree root and a linked list with head as the first node. Return T 阅读全文
posted @ 2022-10-03 16:45 Dylan_Java_NYC 阅读(48) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-k/ 题目: Given an m x n matrix matrix and an integer k, return the max sum of 阅读全文
posted @ 2022-10-03 16:11 Dylan_Java_NYC 阅读(31) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/task-scheduler-ii/ 题目: You are given a 0-indexed array of positive integers tasks, representing tasks that need 阅读全文
posted @ 2022-10-03 15:24 Dylan_Java_NYC 阅读(113) 评论(0) 推荐(0)