Given a the coordinates of a point and a set of n circles where each circle center's coordinates and radius is given, find if there is a path from origin to that point without touching or corssing any of the circles, and the path should exist only in the first quadrant (note that the path doesnt have to be a straight line).
Write code