![]() |
subarray-product-less-than-k 1.0.0
Subarray Product Less Than K
|
Medium
Given an array of integers nums and an integer k, return the number of contiguous subarrays where the product of all the elements in the subarray is strictly less than k.
Example: