Algorithms to Count Subarray (Contiguous) Sum That Equals k June 8, 2019 algorithms, c / c++, coding exercise, hash No Comments 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: Input:nums = , … [Continue Reading...]