JavaScript is required for SkillDojo AI to work properly. Please enable JavaScript and refresh the page.
Coding Practice
Coding Challenge · INTERMEDIATE
Given an array of integers and an integer k, return the number of continuous subarrays whose sum equals k. A subarray is a contiguous part of the array.