Update dynamic_programming/partition_problem.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5
2021-11-10 07:42:16 +05:30
committed by GitHub
parent 8e2770b517
commit e3f2cda558

View File

@@ -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