more questions following from problem of part1
• Derive the asymptotic time complexity of DrunkMergeSort. Note that the recurrence
relation does not match exactly the requirements of the Master Theorem. You
can use unfolding or an argument about the work done on each recursive level to
derive the solution.
• Can you strengthen the statement of the Master Theorem a bit? How?
• Maybe you are not THAT drunk and remember to apply the (AlmostDrunkMerge-
Sort) recursively also on the sequence of the length n/3. How would the recurrence
relation look like now?
• Can you derive the asymptotic time complexity of AlmostDrunkMergeSort?
2007-04-09
21:56:40
·
1 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics