Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the best sorting algorithm, when there is a large
amount of data, that cannot be fit in the main memory. ?

Answer Posted / pritam

Merge sort is a best way to sort a large amount of data that cannot fit is memory. It is an external sorting algorithm i.e
sorting algorithm to be used when elements to be sorted do not fit in memory.

ANALYSIS :
best case,worse case and average case performance of
" O(n logn) "
and space complexity of O(n) (auxiliary)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ slower than c?

1102


What is dev c++ used for?

1076


How can you link a c program with a c function?

1126


Explain stack & heap objects?

1096


What is the difference between a template and a macro?

1114


Can malloc be used in c++?

1130


Is java as fast as c++?

1149


Explain the difference between using macro and inline functions?

1177


What is the difference between the indirection operator and the address of oper-ator?

1169


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

1119


What is boyce codd normal form in c++?

1212


What is a container class?

1209


What is the purpose of the "delete" operator?

1113


What is the copy-and-swap idiom?

1168


What is recursion?

2377