📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Algorithms
/
Sorting Fundamentals
Sorting Fundamentals
Question 1 of 6
What does it mean for a sorting algorithm to be stable?
A
It uses O(1) extra space
B
It terminates on all inputs without infinite loops
C
Equal elements keep their original relative order after sorting
D
It always runs in O(n log n) time
← Back to categories