Skip to content

Commit 522eb49

Browse files
authored
Update README.md
1 parent 87a752f commit 522eb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This is a collection of algorithms and data structures which I've implement over
151151
* Find total of all elements in a sequence
152152
+ using a loop
153153
+ using Triangular numbers
154-
* Largest sum of contiguous subarray (dynamic programming)
154+
* Largest sum of contiguous subarray (Kadane's algorithm)
155155
* Longest palin­dromic sub­se­quence (dynamic programming)
156156

157157
## Sorts

0 commit comments

Comments
 (0)