I agree with Googmeister since in arrays the size of arrays are fixed we can't play wiht htem as easily as we can do with linked list. That's why we need to copy elements to another place when Merge sort is applied to arrays. But in linked list simle linking and de-linking saves that extra space required.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
