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

Vaishnavim141003 patch 2 #169

Closed vaishnavim141003 closed 8 months ago

vaishnavim141003 commented 9 months ago

Solved the issue Shortest Subarray with Sum at Least K #113 by using python. This code defines a function shortestSubarrayWithSumAtLeastK that takes an array nums and an integer k as input and returns the length of the shortest non-empty subarray with a sum of at least k.