mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
clang-format and clang-tidy fixes for 1328571c
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user