摘要: Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be 阅读全文
posted @ 2019-04-02 22:33 Veritas_des_Liberty 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: The len 阅读全文
posted @ 2019-04-02 10:27 Veritas_des_Liberty 阅读(167) 评论(0) 推荐(0) 编辑