mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 06:43:14 +08:00
Update dynamic_programming/kadane2.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
namespace dynamic_programming {
|
||||
/**
|
||||
* @namespace kadane
|
||||
* @brief Functions for
|
||||
* [Kadane](https://en.wikipedia.org/wiki/Kadane%27s_algorithm) algorithm.
|
||||
* @brief Functions for [Kadane](https://en.wikipedia.org/wiki/Kadane%27s_algorithm) algorithm.
|
||||
*/
|
||||
namespace kadane {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user