mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
f541be9724
@ -96,7 +96,6 @@ int main() {
|
||||
quickSort(arr, 0, size);
|
||||
std::cout << "Sorted array\n";
|
||||
show(arr, size);
|
||||
|
||||
delete[] arr;
|
||||
delete [] arr;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user