Skip to content

Commit ef7f2ff

Browse files
authored
docs: Apply suggestions from code review
1 parent 7dd6d98 commit ef7f2ff

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
@@ -65,7 +65,7 @@ uint64_t subarray_sum(int64_t sum, const std::vector<int64_t> &in_arr) {
6565
* @returns void
6666
*/
6767
static void test() {
68-
// Test 1
68+
// 1st test
6969
std::cout << "1st test ";
7070
std::vector<int64_t> array1 = {-7, -3, -2, 5, 8}; // input array
7171
assert(

0 commit comments

Comments
 (0)