摘要: 公众号: 爱写bug(ID:icodebugs) 作者:爱写bug 给定一个含有 n 个正整数的数组和一个正整数 s , 找出该数组中满足其和 ≥ s 的长度最小的连续子数组 。 如果不存在符合条件的连续子数组,返回 0。 Given an array of n positive integers 阅读全文
posted @ 2019-07-10 13:25 爱写Bug 阅读(157) 评论(0) 推荐(0) 编辑