Skip to content

Commit 655aecc

Browse files
committed
corrected problem title
1 parent 6f9d65f commit 655aecc

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 edit distance problem.
4+
This is a pure Python implementation of Dynamic Programming solution to the max_sum_contagious_subarray 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)