Problem statement Raju is passionate about mathematics and has created an intriguing problem. He has a circle with its center at coordinates(x,y) and a radius of r. He wishes to move the center of the circle at a specific target location. (x,y).Raju can attach a pin to the edge of the circle at a specific point, rotate the circle around the pin at any angel, and then remove the pin.The challenge is to help Raju determine the minimum number of steps required to move the center of the circle to the destination point.