Skip to content

Commit 50a762d

Browse files
Update algorithms/dynamic_programming/max_subarray/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1ce9d47 commit 50a762d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • algorithms/dynamic_programming/max_subarray

algorithms/dynamic_programming/max_subarray/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The steps of the algorithm are given below:
4747
subarray within the input list.
4848

4949
### Time Complexity
50-
The time complexity of this solution is O(n), because we are iterating the array once, where n is the total number of
50+
The time complexity of this solution is O(n) because we are iterating the array once, where n is the total number of
5151
elements in the array.
5252

5353
### Space Complexity

0 commit comments

Comments
 (0)