由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - worst case O(nlogn) quicksort?
相关主题
找median有O(N)的算法吗?问一道面试题
问道排序题有疑问的一题
呼吁不能只做150,leetcode,还要复习基础算法和数据结构再问一道题
heap sort的缺点是什么?和quick sort比请教两道算法题
面试中举例常见的高效排序算法, 为什么都举quicksort和mergesort, 很少说heapsort呢说一题恶心题怎么用nlog n来解。
Google phone interview请问两道题
median of K sorted arrayG电面
一道大数据题一道巨常见的题
相关话题的讨论汇总
话题: nlogn话题: quicksort话题: worst话题: median话题: case
进入JobHunting版参与讨论
1 (共1页)
q****x
发帖数: 7404
1
is it possible?
if yes, how?
if not, why?
g***s
发帖数: 3811
2
yes. since getting the median is O(n) and you can you the median to do
partition.

【在 q****x 的大作中提到】
: is it possible?
: if yes, how?
: if not, why?

q****x
发帖数: 7404
3
you mean use that worst case O(n) get_median() algorithm? cool.

【在 g***s 的大作中提到】
: yes. since getting the median is O(n) and you can you the median to do
: partition.

l***i
发帖数: 1309
4
Although in practice O(n)-median algorithm carries a large constant so will
likely defeat the small constant advantage of quick-sort compared to other O
(nlogn) sorting algorithms.
1 (共1页)
进入JobHunting版参与讨论
相关主题
一道巨常见的题面试中举例常见的高效排序算法, 为什么都举quicksort和mergesort, 很少说heapsort呢
M onsiteGoogle phone interview
周末出道题median of K sorted array
说说4sum的复杂度吧一道大数据题
找median有O(N)的算法吗?问一道面试题
问道排序题有疑问的一题
呼吁不能只做150,leetcode,还要复习基础算法和数据结构再问一道题
heap sort的缺点是什么?和quick sort比请教两道算法题
相关话题的讨论汇总
话题: nlogn话题: quicksort话题: worst话题: median话题: case