Skip to content

Commit d68666d

Browse files
authored
Merge pull request TheAlgorithms#63 from umsh1ume/master
Corrected title in longest_sub_array
2 parents 6f9d65f + a43d0f3 commit d68666d

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 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)