由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 再问个题
相关主题
求教一道面试题谁来解释下hashtable的iterator是怎么实现的
菜鸟问个题关于面试ABC
这个题怎么做啊?问个mutex的面试题
HASHTABLE collision 后REHASH 怎么SEARCH只会C++和基本data structure,algorithm能找什么样的工作?
算法题软件实现LRU有什么困难么
hashtable的遍历amazon电面面经
一道去年的g家题Interview Question I Got
用bst怎么实现hashtable?再问一道题
相关话题的讨论汇总
话题: data话题: hashtable话题: tree话题: find话题: rephrased
进入JobHunting版参与讨论
1 (共1页)
P*******b
发帖数: 1001
1
Data Structures: How will you use a hashtable to find data in a tree. (Then
he rephrased) suppose I have a hashtable, I want to store the data in a tree
instead of a bucket. How will I do it. What complexity to find an element.
l*****a
发帖数: 559
2
interview想问把buckets换成BSTs?
如果是的话,还是O(1)平均时间,最坏时间变成O(logn)了。
s*********t
发帖数: 1663
3
第一句没看懂。
第二句是让实现map么?

Then
tree

【在 P*******b 的大作中提到】
: Data Structures: How will you use a hashtable to find data in a tree. (Then
: he rephrased) suppose I have a hashtable, I want to store the data in a tree
: instead of a bucket. How will I do it. What complexity to find an element.

P*******b
发帖数: 1001
4
这个题怎么回答?

Then
tree

【在 P*******b 的大作中提到】
: Data Structures: How will you use a hashtable to find data in a tree. (Then
: he rephrased) suppose I have a hashtable, I want to store the data in a tree
: instead of a bucket. How will I do it. What complexity to find an element.

y*********e
发帖数: 518
5
平常hashtable都是用buckets/linkedlist来实现的,我对这个题目的理解是,面官问
你,用tree来实现hashtable怎么做。
1 (共1页)
进入JobHunting版参与讨论
相关主题
再问一道题算法题
median of N^2 numbers across N machineshashtable的遍历
请教一道算法题一道去年的g家题
问道关于快速找bucket的面试题用bst怎么实现hashtable?
求教一道面试题谁来解释下hashtable的iterator是怎么实现的
菜鸟问个题关于面试ABC
这个题怎么做啊?问个mutex的面试题
HASHTABLE collision 后REHASH 怎么SEARCH只会C++和基本data structure,algorithm能找什么样的工作?
相关话题的讨论汇总
话题: data话题: hashtable话题: tree话题: find话题: rephrased