Leetcode 1041. Robot Bounded In Circle
Posted on Thu 13 March 2025 in Leetcode • Tagged with math, simulation
Question Link : https://leetcode.com/problems/robot-bounded-in-circle/
Difficulty: Medium
Premium: False
Question
On an infinite plane, a robot initially stands at (0, 0) and faces north. Note that:
The north direction is the positive direction of the y-axis. The south direction is the negative direction of the y-axis. The east …
Continue reading