mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-05 19:53:59 +08:00
Update backtracking/subset_sum.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
/**
|
||||
* @namespace backtracking
|
||||
* @brief subset sum algorithm
|
||||
* @brief Backtracking algorithms
|
||||
*/
|
||||
namespace backtracking {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user