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 e2735c7 commit bd73ad3Copy full SHA for bd73ad3
src/main/kotlin/g3401_3500/s3464_maximize_the_distance_between_points_on_a_square/Solution.kt
@@ -1,6 +1,6 @@
1
package g3401_3500.s3464_maximize_the_distance_between_points_on_a_square
2
3
-// #Hard #Array #Greedy #Binary_Search #2025_02_25_Time_18_ms_(98.51%)_Space_49.78_MB_(46.27%)
+// #Hard #Array #Greedy #Binary_Search #2025_02_27_Time_24_ms_(100.00%)_Space_46.55_MB_(100.00%)
4
5
class Solution {
6
fun maxDistance(side: Int, points: Array<IntArray>, k: Int): Int {
0 commit comments