Sorting Algorithms - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Identify the sorting algorithm used in Python's sorted() function.

Tap to reveal answer

Answer

Timsort. Adaptive hybrid algorithm optimized for real-world data.

← Didn't Know|Knew It →