mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/subset_sum.cpp
Co-authored-by: Filip Hlasek <fhlasek@gmail.com>
This commit is contained in:
parent
dfdad0c224
commit
759305cb6b
@ -19,7 +19,7 @@ namespace backtracking {
|
|||||||
* @namespace Subsets
|
* @namespace Subsets
|
||||||
* @brief Functions for counting subsets in a given array with a given sum
|
* @brief Functions for counting subsets in a given array with a given sum
|
||||||
* Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given
|
* Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given
|
||||||
* array. size of the array.
|
* array.
|
||||||
*/
|
*/
|
||||||
namespace Subsets {
|
namespace Subsets {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user