We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781bd0e commit b717ff1Copy full SHA for b717ff1
Rubidium2018.py
@@ -1,9 +1,6 @@
1
# you can write to stdout for debugging purposes, e.g.
2
# print("this is a debug message")
3
4
-# you can write to stdout for debugging purposes, e.g.
5
-# print("this is a debug message")
6
-
7
def closest_split_pair(p_x, p_y, delta, best_pair):
8
ln_x = len(p_x) # store length - quicker
9
mx_x = p_x[ln_x // 2][0] # select midpoint on x-sorted array
0 commit comments