Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer committed Jan 29, 2020
1 parent 128213c commit be15d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/874.walking-robot-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ https://leetcode-cn.com/problems/walking-robot-simulation/submissions/

## 思路

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

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

Expand Down

0 comments on commit be15d24

Please sign in to comment.