Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/04 (1)
넘치게 채우기
[LeetCode] 874. Walking Robot Simulation
https://leetcode.com/problems/walking-robot-simulation/leetcode - Walking Robot Simulation문제 유형 : 구현, 해시, 이진탐색문제 난이도 : Medium 문제A robot on an infinite XY-plane starts at point (0, 0) facing north. The robot can receive a sequence of these three possible types of commands:-2: Turn left 90 degrees.-1: Turn right 90 degrees.1 k units, one unit at a time.Some of the grid squares are obstacles. The ..
PS/LeetCode
2024. 9. 4. 11:26