mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
chore: fix Markdown formatting in dynamic_programming/kadane2.cpp
(#2276)
This commit is contained in:
parent
59a0d3a069
commit
f0b35b657a
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Implementation of [Kadane
|
||||
* Algorithm] (https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
|
||||
* Algorithm](https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
|
||||
*
|
||||
* @details
|
||||
* Kadane algorithm is used to find the maximum sum subarray in an array and
|
||||
|
Loading…
Reference in New Issue
Block a user