Skip to content

Commit a0d0666

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/subarray_sum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ std::uint64_t subarray_sum(int sum, const std::vector<int> &in_arr) {
6060
} // namespace backtracking
6161

6262
/**
63-
* @brief Test implementations
63+
* @brief Self-test implementations
6464
* @returns void
6565
*/
6666
static void test() {

0 commit comments

Comments
 (0)