LeetCode Day 22 - Subarray Sum Equals K (C++, HashMap), O(N)

preview_player
Показать описание
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k.

Рекомендации по теме