Skip to content

Commit a43d0f3

Browse files
committed
corrected title
1 parent 655aecc commit a43d0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/longest_sub_array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''
22
Auther : Yvonne
33
4-
This is a pure Python implementation of Dynamic Programming solution to the max_sum_contagious_subarray problem.
4+
This is a pure Python implementation of Dynamic Programming solution to the longest_sub_array problem.
55
66
The problem is :
77
Given an array, to find the longest and continuous sub array and get the max sum of the sub array in the given array.

0 commit comments

Comments
 (0)