由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问道面试题:android lock screen combinations
相关主题
一个Google面试题做了一个中文版careercup
MS面试题面试题-牙签压线的几率
问一道data structure的面试题一道面试题, 挺难的, 求助
请教个面试题[合集] 贡献一道it面试题
看到个面试题,不会做……amazon一道面试题
求解一道面试题 snake sequence这里聪明人多,来一道面试题
请问一道面试题请教一道面试题
大家看看这几道google面试题怎么做?问个google面试题(2)
相关话题的讨论汇总
话题: number话题: lock话题: screen话题: android
进入JobHunting版参与讨论
1 (共1页)
w********0
发帖数: 377
1
find all different android lock screen combinations with length of 5 in a n*
n array.
The conditions are 1) just like drawing on the n*n array, once you put down
your pencil you cannot poll it up to select next number; 2) all the 5
numbers should be different; 3) the path can overlap when you go to the
other direction; 4) cannot jump over number, the next number is adjacent to
previous number, but may not be the last selected number due to overlapping
path.
求解题思路,谢谢!
x*******e
发帖数: 84
2
dfs

n*
down
to
overlapping

【在 w********0 的大作中提到】
: find all different android lock screen combinations with length of 5 in a n*
: n array.
: The conditions are 1) just like drawing on the n*n array, once you put down
: your pencil you cannot poll it up to select next number; 2) all the 5
: numbers should be different; 3) the path can overlap when you go to the
: other direction; 4) cannot jump over number, the next number is adjacent to
: previous number, but may not be the last selected number due to overlapping
: path.
: 求解题思路,谢谢!

1 (共1页)
进入JobHunting版参与讨论
相关主题
问个google面试题(2)看到个面试题,不会做……
问个google面试题求解一道面试题 snake sequence
请教一道面试题请问一道面试题
问个MapReduce面试题大家看看这几道google面试题怎么做?
一个Google面试题做了一个中文版careercup
MS面试题面试题-牙签压线的几率
问一道data structure的面试题一道面试题, 挺难的, 求助
请教个面试题[合集] 贡献一道it面试题
相关话题的讨论汇总
话题: number话题: lock话题: screen话题: android