@@ -0,0 +1,6 @@
import numpy as np
# ----- Helper Functions -----
def compute_distance(p1, p2):
return np.hypot(p2[0] - p1[0], p2[1] - p1[1])
The note is not visible to the blocked user.