DIY: Continuous Subarray Sum

Solve the interview question "Continuous Subarray Sum" yourself in this lesson.

We'll cover the following...

Problem statement

For this coding exercise, you are given an array of non-negative integers and an integer value k. Your task is to implement a function that checks if the array has a continuous ...