diff --git a/dynamic_programming/partition_problem.cpp b/dynamic_programming/partition_problem.cpp index d523e6290..2562d4e3a 100644 --- a/dynamic_programming/partition_problem.cpp +++ b/dynamic_programming/partition_problem.cpp @@ -1,7 +1,7 @@ /****************************************************************************** * @file * @brief Implementation of the [Partition - *Problem](https://en.wikipedia.org/wiki/Partition_problem ) + * Problem](https://en.wikipedia.org/wiki/Partition_problem ) * @details * The partition problem, or number partitioning, is the task of deciding * whether a given multiset S of positive integers can be partitioned into two