Skip to content

Commit faa6008

Browse files
committed
Solved problem 973 : K Closest Point To Origin
1 parent 6ec9939 commit faa6008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Priority Queue/Medium/973_KClosestPointToOrigin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Name: K Closest Point To Origin
44
* Difficulty: Medium
55
* Topic: Priority Queue
6-
* Link: https://leetcode.com/problems/
6+
* Link: https://leetcode.com/problems/k-closest-points-to-origin/
77
*/
88

99
#include <bits/stdc++.h>

0 commit comments

Comments
 (0)