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 c4e0c16 commit f37f7b7Copy full SHA for f37f7b7
backtracking/subarray_sum.cpp
@@ -23,10 +23,8 @@
23
*/
24
namespace backtracking {
25
/**
26
- * @namespace Subarrays
27
- * @brief Functions for counting subsets(only continuous subarrays) in a given
28
- * array with a given sum Time Complexity: O(n), where ‘n’ is the number of
29
- * elements in the given array.
+ * @namespace subarray_sum
+ * @brief Functions for the [Subset sum](https://en.wikipedia.org/wiki/Subset_sum_problem) implementation
30
31
namespace Subarrays {
32
0 commit comments