Lintcode 1844 subarray sum equals to k II
Description 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 length. if there are no such subarray, return -1. the integer nums[i] may… Read More »Lintcode 1844 subarray sum equals to k II