Which sorting algorithm is best for large data?



Which sorting algorithm is best for large data?..

Answer / Dheerendra Singh Sirohi

For large datasets, Merge Sort or QuickSort algorithms are often considered the most efficient due to their average and worst-case time complexity of O(n log n).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is circular linked list?

1 Answers  


What are data and data types?

1 Answers  


What is the difference between Strings and Arrays?

1 Answers  


What is an object array?

1 Answers  


how to find the number of possible tree in the given tree.

12 Answers   Persistent, TCS, Wipro,


What are the benefits of using arrays?

1 Answers  


Why do we study data structures?

1 Answers  


Why sorting is used?

1 Answers  


Write a program to reverse a link list.

1 Answers   iNautix,


Describe queue operation.

1 Answers  


Can we change load factor of hashmap?

1 Answers  


Is selection sort greedy?

1 Answers  


Categories