Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e72ec6a

Browse files
author
Victor
authored
format change.
1 parent 5b6f6a2 commit e72ec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎973. K Closest Points to Origin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void hsort(void *p, int n, int l,
8282
s(t, p);
8383
}
8484
}
85-
int** kClosest(int** points, int pointsRowSize, int *pointsColSizes, int K, int**columnSizes, int*returnSize) {
85+
int** kClosest(int** points, int pointsRowSize, int *pointsColSizes, int K, int*returnSize, int**columnSizes) {
8686
p_t *a;
8787
int i, x, y, d;
8888
int **p, *col, *buff;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /