[理工] 資料結構

作者: j897495 (咪咪)   2015-01-11 21:10:32
A.Which sorting method is the fastest one in average case?
1.merge sort 2.heap sort 3.quick sort 4.radix sort 5.bubble sort
答案給3但是4不是linear所以可以是O(n+e)嗎?
B.randomized quicksort和quicksort的recurrence and solutin?
quicksort有分average and worst 那跟randomized差在哪呢??
是pivot比較不會是最小or最大嗎?
C.Consider the failure function defined as below.Show the values of
f(o),f(1)...,f(5) of string p0p1p2p3p4p5=ababaa
f(j)={largest 0<=i<j such that p0...pi=pj-1...pj and pi+1 != pj+1
-1 if there is no i>=o satisfying above }
Ans: a b a b a a
-1 -1 0 1 2 0
不懂這題的意思@@"
希望各位幫我解惑 先謝謝了!
作者: A4P8T6X9 (殘廢的名偵探)   2015-01-11 21:28:00
A 我記得快速排序的快取運用很好,平均很快。B 就是代表支點隨便取的 quicksortC KMP algorithm
作者: j897495 (咪咪)   2015-01-11 21:43:00
thanks!
作者: jeff04209 (yo)   2015-01-12 08:32:00
所以A到底為啥quicksort比radix sort快? 是因為一般來說input值都很大嗎?
作者: shanbb (Moriz)   2015-01-12 10:03:00
記得沒錯,實作來說quicksort在所有sort裡頭平均最快的

Links booklink

Contact Us: admin [ a t ] ucptt.com