clang-format and clang-tidy fixes for 1328571c

This commit is contained in:
github-actions
2021-06-29 18:50:18 +00:00
parent 1328571ca4
commit dfdad0c224

View File

@@ -18,8 +18,8 @@ namespace backtracking {
/**
* @namespace Subsets
* @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 array.
* 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.
*/
namespace Subsets {
/**