mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 22:15:57 +08:00
Update dynamic_programming/partition_problem.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user