Skip to content

Commit 759305c

Browse files
Swastyyfhlasek
andauthored
Update backtracking/subset_sum.cpp
Co-authored-by: Filip Hlasek <fhlasek@gmail.com>
1 parent dfdad0c commit 759305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/subset_sum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace backtracking {
1919
* @namespace Subsets
2020
* @brief Functions for counting subsets in a given array with a given sum
2121
* Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given
22-
* array. size of the array.
22+
* array.
2323
*/
2424
namespace Subsets {
2525
/**

0 commit comments

Comments
 (0)