We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e5e37 commit f00d071Copy full SHA for f00d071
dynamic_programming/minimum_size_subarray_sum.py
@@ -1,4 +1,4 @@
1
-def minsubarraysum(target: int, numbers: list[int]) -> int:
+def minimum_subarray_sum(target: int, numbers: list[int]) -> int:
2
"""
3
Returns the length of the shortest contiguous subarray
4
in a list of numbers whose sum is at least target.
0 commit comments