由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一道面试题
相关主题
问一道关于字符串的面试题问个google面试题
一道面试题amazon tel interview
HashTable space complexity?[合集] 一道Google面试题
求教 合并两数组 并排除重复一道微软面试题
[合集] 一道CS面试题google 面试题
请教amazon面试题请教一道面试题
贡献两个Amazon的电话面试题请教一道面试题
请教一个电话面试题面试题
相关话题的讨论汇总
话题: array话题: log话题: duplicates话题: hashtable话题: complexity
进入JobHunting版参与讨论
1 (共1页)
x****i
发帖数: 353
1
sorted array, no duplicates,
given a key, can you find it exist or not in this array with better time
complexity than o(log n)?
n********5
发帖数: 323
2
what the array contains? integer?
if integer, can we do that by checking the index?
x******g
发帖数: 41
3
hashtable O(1)
x****i
发帖数: 353
4
存在ARRAY里,不在HASHTABLE,同学。
x****i
发帖数: 353
5
我个人觉得,没有比LOG(N)更优的了。
1 (共1页)
进入JobHunting版参与讨论
相关主题
面试题[合集] 一道CS面试题
面试题求解:remove first duplicate number from an array请教amazon面试题
也问一个算法题贡献两个Amazon的电话面试题
算法题:两列找共同元素有O(n)的算法吗?请教一个电话面试题
问一道关于字符串的面试题问个google面试题
一道面试题amazon tel interview
HashTable space complexity?[合集] 一道Google面试题
求教 合并两数组 并排除重复一道微软面试题
相关话题的讨论汇总
话题: array话题: log话题: duplicates话题: hashtable话题: complexity