摘要:
Given an integer array nums and an integer k, return the length of the shortest non-empty subarray of nums with a sum of at least k. If there is no su 阅读全文
posted @ 2022-06-23 13:56
CNoodle
阅读(102)
评论(0)
推荐(0)
摘要:
Given an array of integers and an integer k, you need to find the minimum size of continuous no-empty subarrays whose sum equals to k, and return its 阅读全文
posted @ 2022-06-23 04:27
CNoodle
阅读(219)
评论(0)
推荐(0)