DIY: Continuous Subarray Sum

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

Problem statement

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