Skip to content

Commit 2ae3379

Browse files
authored
Merge branch 'master' into round-robin-scheduling
2 parents cca92aa + f0b35b6 commit 2ae3379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/kadane2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @brief Implementation of [Kadane
4-
* Algorithm] (https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
4+
* Algorithm](https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
55
*
66
* @details
77
* Kadane algorithm is used to find the maximum sum subarray in an array and

0 commit comments

Comments
 (0)