Maximum
-
LeetCode 325 Maximum Size Subarray Sum Equals k 贪心+Map
Given an integer array nums and an integer k, return the maximum length of a subarray that…
-
LeetCode 239 Sliding Window Maximum 单调队列 [Hard]
You are given an array of integers nums, there is a sliding window of size /(k/) which is …
-
LeetCode 1235. Maximum Profit in Job Scheduling
原题链接在这里:https://leetcode.com/problems/maximum-profit-in-job-scheduling/ 题目: We have n jobs…