Skip to content

Commit

Permalink
Update sorting/tim_sort.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
realstealthninja authored Aug 23, 2024
1 parent 165d83a commit 03d7c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/tim_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void tests() {

// Driver program to test above function
int main() {
tests();
tests(); // run self test implementations

int arr[] = {5, 21, 7, 23, 19};
int n = sizeof(arr) / sizeof(arr[0]);
Expand Down

0 comments on commit 03d7c15

Please sign in to comment.