mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-09 21:48:54 +08:00
chore: fix Markdown formatting in dynamic_programming/kadane2.cpp (#2276)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user