mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-22 05:37:36 +00:00
corrected problem title
This commit is contained in:
parent
6f9d65f477
commit
655aecc338
@ -1,7 +1,7 @@
|
|||||||
'''
|
'''
|
||||||
Auther : Yvonne
|
Auther : Yvonne
|
||||||
|
|
||||||
This is a pure Python implementation of Dynamic Programming solution to the edit distance problem.
|
This is a pure Python implementation of Dynamic Programming solution to the max_sum_contagious_subarray 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user