-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Description
Description
In the dynamic_programming/kadane2.cpp file, there's extra whitespace in the link implementation which won't make the Markdown/Doxygen work properly.
C-Plus-Plus/dynamic_programming/kadane2.cpp
Lines 2 to 4 in 59a0d3a
| * @file | |
| * @brief Implementation of [Kadane | |
| * Algorithm] (https://en.wikipedia.org/wiki/Kadane%27s_algorithm) |
Expected behavior
The extra space between should be removed.
Actual behavior
The extra space prevents proper Markdown formatting.
Steps to reproduce
No response
Context
This bug should be fixed immediately as it prevents proper Markdown formatting and Doxygen from showing it properly.
Additional information
This is a good first issue. Please leave it to beginners and first-time contributors. 🙂