-
For each element of an array A[i] this function searches the element B[j] (of a second array) with the smallest difference to A[i]. It returns the index j as associate_arrays(A,B).index[i] and the corresponding difference in addition.
For each element of an array A[i] this function searches the element B[j] (of a second array) with the smallest difference to A[i]. It returns the index j as associate_arrays(A,B).index[i] and the corresponding difference in addition.
Loading