Skip to content

Commit bd73ad3

Browse files
authored
Improved task 3464
1 parent e2735c7 commit bd73ad3

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g3401_3500/s3464_maximize_the_distance_between_points_on_a_square

1 file changed

+1
-1
lines changed

src/main/kotlin/g3401_3500/s3464_maximize_the_distance_between_points_on_a_square/Solution.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package g3401_3500.s3464_maximize_the_distance_between_points_on_a_square
22

3-
// #Hard #Array #Greedy #Binary_Search #2025_02_25_Time_18_ms_(98.51%)_Space_49.78_MB_(46.27%)
3+
// #Hard #Array #Greedy #Binary_Search #2025_02_27_Time_24_ms_(100.00%)_Space_46.55_MB_(100.00%)
44

55
class Solution {
66
fun maxDistance(side: Int, points: Array<IntArray>, k: Int): Int {

0 commit comments

Comments
 (0)