We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b575218 commit ddc088dCopy full SHA for ddc088d
timecrime.c
@@ -681,4 +681,4 @@ double median(double *arr, int n) {
681
}
682
if (n % 2 == 0) return (arr[n/2 - 1] + arr[n/2]) / 2.0;
683
else return arr[n/2];
684
-}
+}
0 commit comments