[LeetCode] 325. Maximum Size Subarray Sum Equals k 最大子数组之和为k

Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0 instead. Note:The sum of
posted @ 2016-03-30 12:14  Grandyang  阅读(21313)  评论(8)    收藏  举报
Fork me on GitHub