Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Shortest Subarray with Sum at Least K #113

Closed Sonia312 closed 11 months ago

Sonia312 commented 1 year ago

Write code in the preferred language and attach output with it.

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.

A subarray is a contiguous part of an array.

Example 1:

Input: nums = [1], k = 1 Output: 1

Example 2:

Input: nums = [1,2], k = 4 Output: -1

Example 3:

Input: nums = [2,-1,2], k = 3 Output: 3

Snowfall22 commented 1 year ago

May I take this up please

kittoteja commented 1 year ago

Please assign the issue to me

aniketsinha620 commented 1 year ago

Hi @Sonia312 , please assign this to me

abhinavs05 commented 1 year ago

hey @Sonia312 ,please assign this issue to me

vaishnavim141003 commented 11 months ago

Solved the issue #Shortest Subarray with Sum at Least K #113 by using python.

aditi3004 commented 11 months ago

I'm enthusiastic about contributing to this issue. May I kindly request the assignment of this issue? -Aditi Sharma TY CSE,CCOEW

vrishitagharte commented 11 months ago

Vrishita Gharte UEC2021128 vrishitagharte1@gmail.com ENTC TY can i please work on this issue?