Continuous Subarray Sum at Yandex
Medium31.2% acceptance
This problem has 37.5% frequency at Yandex.
Problem Description
Given an integer array nums and an integer k, return `true` _if_`nums` _has a**good subarray** or _`false` _otherwise_. A **good subarray** is a subarray where: * its length is **at least two** , and * the sum of the elements of the subarray is a multiple of `k`. **Note** that: * A **sub...
Read full problem and hintsTopics
Also asked at 8 companies
More Yandex Questions
Longest Subarray of 1's After Deleting One ElementMediumLongest Substring Without Repeating CharactersMediumSummary RangesEasyFind K Closest ElementsMediumMaximize Distance to Closest PersonMedium
View all Yandex questions