ANALYSIS of ALGORITHMS, Bulletin Board
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question on mergesort
- To: <aofa@pommard.inria.fr>
- Subject: question on mergesort
- From: "Harshida Kothari" <harshida@home.com>
- Date: Wed, 21 Feb 2001 20:39:39 -0600
- Content-Type: multipart/mixed;boundary="----=_NextPart_000_0001_01C09C46.69939FA0"
- Importance: Normal
I will really appreciate if you can help me to figure out the worst-case
recurrence relationship for four-way merge sort algorithm.
Four-way merge sort algorithm splits the array into four "equal" parts,
recursively merge sorts each part, and merges the resulting parts together.
And also for an array containing 4^8 elements, what is the largest number of
call-frames for merge sort that will be on run-time stack at the same time?
Thank you.
Harshida
harshida@home.com
Date Prev |
Date Next |
Date Index |
Thread Index