由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一个算法分析题证明:快排和插入排序的混合时间复杂度
相关主题
找median有O(N)的算法吗?问个sorting的题目
heap sort的缺点是什么?和quick sort比个人经验, (更新) 墙街IT Java Developer面试没有本版这么难的
[合集] 那个Google random generate 1-7的题怎么做啊?bloomberg刚店面晚。 悔阿
请教一道题目问个MS 老问题
randomized quick sort的最坏情况时间复杂度一道 纽约 Morgan Stanley IT Equity Trading 面试题
问一下shuffle card问题说说我的google电面
问一个面试题其实我很想知道, 多少软工能45分钟内把quicksort写下来
请教2个 huge file的面试题其实我很想知道, 多少软工能25分钟内把heapsort写下
相关话题的讨论汇总
话题: randomized话题: quicksort话题: hybrid话题: analyze话题: pivot
进入JobHunting版参与讨论
1 (共1页)
p********2
发帖数: 17
1
Randomized Quicksort Variants:
Regularly, RANDOMIZED QUICKSORT selects a single pivot element uniformly at
random. In this problem you will analyze two possible modifications to this
choice of pivot.
For an integer parameter k>=1, the HYBRID RANDOMIZED QUICKSORT algorithm
uses regular RANDOMIZED QUICKSORT whenever n>K , but uses I NSERTION S ORT
whenever n<=k . Analyze the expected running time of HYBRID RANDOMIZED Q
UICKSORT in terms of n and k .
Argue that this sorting algorithm runs in O(nk+nlog(n/k)) expected time.
1 (共1页)
进入JobHunting版参与讨论
相关主题
其实我很想知道, 多少软工能25分钟内把heapsort写下randomized quick sort的最坏情况时间复杂度
讨论一个题目问一下shuffle card问题
QuickSort的各种partition方法问一个面试题
谁知道STL sort用的啥算法?请教2个 huge file的面试题
找median有O(N)的算法吗?问个sorting的题目
heap sort的缺点是什么?和quick sort比个人经验, (更新) 墙街IT Java Developer面试没有本版这么难的
[合集] 那个Google random generate 1-7的题怎么做啊?bloomberg刚店面晚。 悔阿
请教一道题目问个MS 老问题
相关话题的讨论汇总
话题: randomized话题: quicksort话题: hybrid话题: analyze话题: pivot