We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128213c commit be15d24Copy full SHA for be15d24
problems/874.walking-robot-simulation.md
@@ -45,7 +45,7 @@ https://leetcode-cn.com/problems/walking-robot-simulation/submissions/
45
46
## 思路
47
48
-这道题之所以是简单难度,是因为其没有什么技巧。你只需要看懂地图,然后把题目描述转化为代码即可。
+这道题之所以是简单难度,是因为其没有什么技巧。你只需要看懂题目描述,然后把题目描述转化为代码即可。
49
50
唯一需要注意的是查找障碍物的时候如果你采用的是`线形查找`会很慢,很可能会超时。
51
0 commit comments