mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/subarray_sum.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
c4e0c16710
commit
f37f7b7c89
@ -23,10 +23,8 @@
|
||||
*/
|
||||
namespace backtracking {
|
||||
/**
|
||||
* @namespace Subarrays
|
||||
* @brief Functions for counting subsets(only continuous subarrays) in a given
|
||||
* array with a given sum Time Complexity: O(n), where ‘n’ is the number of
|
||||
* elements in the given array.
|
||||
* @namespace subarray_sum
|
||||
* @brief Functions for the [Subset sum](https://en.wikipedia.org/wiki/Subset_sum_problem) implementation
|
||||
*/
|
||||
namespace Subarrays {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user