We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a752f commit 522eb49Copy full SHA for 522eb49
README.md
@@ -151,7 +151,7 @@ This is a collection of algorithms and data structures which I've implement over
151
* Find total of all elements in a sequence
152
+ using a loop
153
+ using Triangular numbers
154
-* Largest sum of contiguous subarray (dynamic programming)
+* Largest sum of contiguous subarray (Kadane's algorithm)
155
* Longest palindromic subsequence (dynamic programming)
156
157
## Sorts
0 commit comments