Skip to content

Commit f37f7b7

Browse files
SwastyyPanquesito7
andauthored
Update backtracking/subarray_sum.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent c4e0c16 commit f37f7b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

backtracking/subarray_sum.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
*/
2424
namespace backtracking {
2525
/**
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.
26+
* @namespace subarray_sum
27+
* @brief Functions for the [Subset sum](https://en.wikipedia.org/wiki/Subset_sum_problem) implementation
3028
*/
3129
namespace Subarrays {
3230
/**

0 commit comments

Comments
 (0)