We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1328571 commit dfdad0cCopy full SHA for dfdad0c
backtracking/subset_sum.cpp
@@ -18,8 +18,8 @@ namespace backtracking {
18
/**
19
* @namespace Subsets
20
* @brief Functions for counting subsets in a given array with a given sum
21
- * Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given array.
22
- * size of the array.
+ * Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given
+ * array. size of the array.
23
*/
24
namespace Subsets {
25
0 commit comments