Solved! Leetcode 1057. Campus Bikes

source: https://leetcode.com/problems/campus-bikes/description/ Campus Bikes On a campus represented on the X-Y plane, there are n workers and m bikes, with n <= m. You are given an array workers of length n where workers[i] = [xi, yi] is the position of the ith worker. You are also given an array bikes of length m where ...