摘要: https://leetcode.com/problems/the-maze-ii/?tab=Description Thought: - BFS: It's looking for shortest distance, the initial thought is that BFS could b 阅读全文
posted @ 2017-03-11 07:13 fifi努刷题 阅读(349) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/the-maze/?tab=Description Thought: It only asks to return a boolean value of whether the ball can roll to destination; O 阅读全文
posted @ 2017-03-11 07:04 fifi努刷题 阅读(342) 评论(0) 推荐(0)