chore: fix Markdown formatting in dynamic_programming/kadane2.cpp (#2276)

This commit is contained in:
Daemon
2022-10-17 12:02:37 +08:00
committed by GitHub
parent 59a0d3a069
commit f0b35b657a

View File

@@ -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