We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17f772 commit 34e5be8Copy full SHA for 34e5be8
src/main/java/com/fishercoder/solutions/_53.java
@@ -4,6 +4,8 @@ public class _53 {
4
5
public static class Solution1 {
6
/**
7
+ * Kadane's algorithm.
8
+ * <p>
9
* It boils down to:
10
* whether it's worth to include the current element into the sum or not.
11
* <p>
0 commit comments