From e3f2cda558e6461033e3ac0983a1b77992b551e7 Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Wed, 10 Nov 2021 07:42:16 +0530 Subject: [PATCH] Update dynamic_programming/partition_problem.cpp Co-authored-by: David Leal --- dynamic_programming/partition_problem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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