Update backtracking/subarray_sum.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-15 14:04:01 +05:30
committed by GitHub
parent 7402e10866
commit 489892930c

View File

@@ -99,7 +99,7 @@ static void test() {
// {(3,3),(3,3),(3,3)}
std::cout << "passed" << std::endl;
// Test 5
// 5th test
std::cout << "5th test ";
std::vector<int64_t> array5 = {};
assert(backtracking::subarray_sum::subarray_sum(6, array5) ==