docs: Apply suggestions from code review

This commit is contained in:
David Leal 2021-07-16 13:51:53 -05:00 committed by GitHub
parent 7dd6d98ea4
commit ef7f2ffeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ uint64_t subarray_sum(int64_t sum, const std::vector<int64_t> &in_arr) {
* @returns void
*/
static void test() {
// Test 1
// 1st test
std::cout << "1st test ";
std::vector<int64_t> array1 = {-7, -3, -2, 5, 8}; // input array
assert(