Skip to content

Commit 87a752f

Browse files
author
KAKANAKOU Miguel Stephane
committed
Update the ReadMe file to add the Largest sum of contiguous subarray and also the Longest palin­dromic sub­se­quence in the Sequences part.
1 parent b3a2fab commit 87a752f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ 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)
155+
* Longest palin­dromic sub­se­quence (dynamic programming)
154156

155157
## Sorts
156158
* American Flag Sort

0 commit comments

Comments
 (0)