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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/** /**
* @file * @file
* @brief Implementation of [Kadane * @brief Implementation of [Kadane
* Algorithm] (https://en.wikipedia.org/wiki/Kadane%27s_algorithm) * Algorithm](https://en.wikipedia.org/wiki/Kadane%27s_algorithm)
* *
* @details * @details
* Kadane algorithm is used to find the maximum sum subarray in an array and * Kadane algorithm is used to find the maximum sum subarray in an array and