Problem description is not correct in "Count subarrays that sum to k" problem
December 4, 2020 at 8:13amProblem description is not correct in "Count subarrays that sum to k" problem
December 4, 2020 at 8:13amThe description says that count of unique and contiguous subarrays that sum to k must be returned but Cumulative sum cache solution considers duplicate subarray as well in the result count.
Can (bephrem) or the instructor in the video correct me if I am wrong?