Skip to content

Commit 34e5be8

Browse files
refactor 53
1 parent b17f772 commit 34e5be8

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+2
-0
lines changed

src/main/java/com/fishercoder/solutions/_53.java

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ public class _53 {
44

55
public static class Solution1 {
66
/**
7+
* Kadane's algorithm.
8+
* <p>
79
* It boils down to:
810
* whether it's worth to include the current element into the sum or not.
911
* <p>

0 commit comments

Comments
 (0)