Day 22 of 30-Day LeetCode Challenge
1 min readApr 22, 2020
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k.
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k.