diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index 1b091d8c7..e828ba272 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -13,7 +13,6 @@ #include /// For assert() function to check for errors #include /// For int64_t data type to handle large numbers - /** * @namespace * @brief Greedy Algorithms