Update sorting/count_inversions.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rakshit Raj
2020-12-01 11:59:56 +05:30
committed by GitHub
parent 54261e4010
commit b12effaa6c

View File

@@ -163,7 +163,7 @@ int countInversion(T* arr, const uint64_t size) {
}
/**
* UTILITY function to print array.
* @brief UTILITY function to print array.
* @param arr[] array to print
* @param array_size size of input array arr[]
* @returns void