Examveda

What characteristic of TimSort helps it perform well on real-world data?

A. It is a hybrid sorting algorithm combining Merge Sort and Insertion Sort.

B. It is a stable sort.

C. It uses less memory.

D. It is efficient for small arrays.

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms