Skip to content

Commit e3d7639

Browse files
authored
Merge pull request MukulCode#186 from monikacode2/patch-3
added valuable comment
2 parents 809b874 + 7649adb commit e3d7639

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)