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

Join The Discussion