Update backtracking/subarray_sum.cpp

This commit is contained in:
David Leal
2021-07-12 20:19:36 -05:00
committed by GitHub
parent 29a7db4e36
commit 5b5fc0a0cd

View File

@@ -29,7 +29,7 @@ namespace backtracking {
*/
namespace subarraySum {
/**
* @brief The main function implements count of subarrays
* @brief The main function that implements the count of the subarrays
* @param sum is the required sum of any subarrays
* @param in_arr is the input array
* @returns count of the number of subsets with required sum