Skip to content

Commit b717ff1

Browse files
authored
Update Rubidium2018.py
1 parent 781bd0e commit b717ff1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rubidium2018.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# you can write to stdout for debugging purposes, e.g.
22
# print("this is a debug message")
33

4-
# you can write to stdout for debugging purposes, e.g.
5-
# print("this is a debug message")
6-
74
def closest_split_pair(p_x, p_y, delta, best_pair):
85
ln_x = len(p_x) # store length - quicker
96
mx_x = p_x[ln_x // 2][0] # select midpoint on x-sorted array

0 commit comments

Comments
 (0)