Skip to content

Commit dfdad0c

Browse files
github-actionsgithub-actions
authored andcommitted
clang-format and clang-tidy fixes for 1328571
1 parent 1328571 commit dfdad0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backtracking/subset_sum.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace backtracking {
1818
/**
1919
* @namespace Subsets
2020
* @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.
21+
* Time Complexity: O(n * 2^n), where ‘n’ is the number of elements in the given
22+
* array. size of the array.
2323
*/
2424
namespace Subsets {
2525
/**

0 commit comments

Comments
 (0)