Skip to content

Commit be15d24

Browse files
author
lucifer
committed
fix: typo
1 parent 128213c commit be15d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/874.walking-robot-simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ https://leetcode-cn.com/problems/walking-robot-simulation/submissions/
4545

4646
## 思路
4747

48-
这道题之所以是简单难度,是因为其没有什么技巧。你只需要看懂地图,然后把题目描述转化为代码即可。
48+
这道题之所以是简单难度,是因为其没有什么技巧。你只需要看懂题目描述,然后把题目描述转化为代码即可。
4949

5050
唯一需要注意的是查找障碍物的时候如果你采用的是`线形查找`会很慢,很可能会超时。
5151

0 commit comments

Comments
 (0)