Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
314 stars 477 forks source link

Add leetcode question Shortest Subarray with Sum at Least K #2453

Open Nikitajain2606 opened 2 years ago

Nikitajain2606 commented 2 years ago

AIM-

Given an integer array nums and an integer k, return the length of the shortest non-empty subarray of nums with a sum of at least k. If there is no such subarray, return -1

Programming language

Nikitajain2606 commented 2 years ago

hey @Ayush7614 assign this issue to me for hacktoberfest