corrected title

This commit is contained in:
umesh 2017-01-10 00:14:48 +05:30
parent 655aecc338
commit a43d0f312a

View File

@ -1,7 +1,7 @@
''' '''
Auther : Yvonne Auther : Yvonne
This is a pure Python implementation of Dynamic Programming solution to the max_sum_contagious_subarray problem. This is a pure Python implementation of Dynamic Programming solution to the longest_sub_array problem.
The problem is : The problem is :
Given an array, to find the longest and continuous sub array and get the max sum of the sub array in the given array. Given an array, to find the longest and continuous sub array and get the max sum of the sub array in the given array.