I have added a New Algorithm File to find No. of Valid Subarrays for a given Array whose product is less than a given number K (under Sliding Window Algo) and all inputs are being taken from the user itself . and I have also made the code self-explanatory as much as possible .
Hi Panel !
I have added a New Algorithm File to find No. of Valid Subarrays for a given Array whose product is less than a given number K (under Sliding Window Algo) and all inputs are being taken from the user itself . and I have also made the code self-explanatory as much as possible .
Reference Quesn on Leetcode - https://leetcode.com/problems/subarray-product-less-than-k/