mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 15:43:48 +08:00
Update sorting/count_inversions.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user