Skip to content

Commit 7649adb

Browse files
authored
added valuable comment
1 parent 62dd581 commit 7649adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Quicksort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void printArray(int arr[], int size)
5252
cout << endl;
5353
}
5454

55-
55+
//driver function
5656
int main()
5757
{
5858
int arr[] = {10, 7, 8, 9, 1, 5};

0 commit comments

Comments
 (0)