由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - obstacle avoidance的问题有解吗?
相关主题
G家面试题请教面经
G题求解迷津一道LeetCode Unique Paths的变种
紧张中,请问background checking 时间求机械高手帮忙,压过老印 (转载)
facebook interview question @ careercupCapital One Business Analyst 面经
请教一道google面试题攒人品,google电话面经
legal, unrestricted right to work in the U.S.是指什么?twitter电面
Cleaning Robot 算法请教问个计算化学问题:怎么读GRID?
careercup 上一道F 题Leetcode上的Unique Paths II,我的code对吗?
相关话题的讨论汇总
话题: person话题: avoidance话题: obstacle话题: 有解话题: obstacles
进入JobHunting版参与讨论
1 (共1页)
d*********g
发帖数: 59
1
given n x n grid with a person and obstacles, how would you find a path for
the person to particular destination? the person is permitted to move left,
right, up, and down
查了wiki没看到答案,
l**o
发帖数: 356
2
深度优先搜索?

for
,

【在 d*********g 的大作中提到】
: given n x n grid with a person and obstacles, how would you find a path for
: the person to particular destination? the person is permitted to move left,
: right, up, and down
: 查了wiki没看到答案,

X*********n
发帖数: 570
3
广度优先 flood fill

for
,

【在 d*********g 的大作中提到】
: given n x n grid with a person and obstacles, how would you find a path for
: the person to particular destination? the person is permitted to move left,
: right, up, and down
: 查了wiki没看到答案,

1 (共1页)
进入JobHunting版参与讨论
相关主题
Leetcode上的Unique Paths II,我的code对吗?请教一道google面试题
f design question 求讨论legal, unrestricted right to work in the U.S.是指什么?
看到个面试题,不会做……Cleaning Robot 算法请教
FB onsite 面经careercup 上一道F 题
G家面试题请教面经
G题求解迷津一道LeetCode Unique Paths的变种
紧张中,请问background checking 时间求机械高手帮忙,压过老印 (转载)
facebook interview question @ careercupCapital One Business Analyst 面经
相关话题的讨论汇总
话题: person话题: avoidance话题: obstacle话题: 有解话题: obstacles