We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca92aa + f0b35b6 commit 2ae3379Copy full SHA for 2ae3379
dynamic_programming/kadane2.cpp
@@ -1,7 +1,7 @@
1
/**
2
* @file
3
* @brief Implementation of [Kadane
4
- * Algorithm] (https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
+ * Algorithm](https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
5
*
6
* @details
7
* Kadane algorithm is used to find the maximum sum subarray in an array and
0 commit comments