Click to See Complete Forum and Search --> : Need help with merge arrays


tukilala
April 16th, 2009, 11:27 AM
Given unknown number of sorted arrays of integers with only positive numbers
need to write single static method that use a binary heap to create a single sorted array
worst - case time complexity should be : O(nLog n)

MrViggy
April 16th, 2009, 11:51 AM
Sure. Check here (http://www.codeguru.com/forum/showthread.php?t=366302).

Peter_APIIT
May 2nd, 2009, 11:20 AM
Look for merge sort