Skip to content

Commit 252e8d3

Browse files
Update maximum_subarray_sum.py
1 parent 96fcb53 commit 252e8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/arrays/maximum_subarray_sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def maxSubarraySum(arr: list[int) -> int:
1+
def maxSubarraySum(arr: list[int]) -> int:
22
"""
33
Find the maximum sum of a subarray.
44

0 commit comments

Comments
 (0)