Skip to content

Commit 95b38a1

Browse files
doc: ease the brief of test
1 parent 613f127 commit 95b38a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sorting/insertion_sort_recursive.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ static void create_random_array(T *arr, int N) {
9999
}
100100

101101
/**
102-
* @brief Test Cases for the sorting algorithm
102+
* @brief self test implementation
103+
* @return void
103104
*/
104105
static void tests() {
105106
int arr1[10] = {78, 34, 35, 6, 34, 56, 3, 56, 2, 4};

0 commit comments

Comments
 (0)