mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Merge pull request #63 from umsh1ume/master
Corrected title in longest_sub_array
This commit is contained in:
commit
d68666ddba
@ -1,7 +1,7 @@
|
||||
'''
|
||||
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 longest_sub_array problem.
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user