Why sorting technique requires several keys?
Answers
Answered by
0
Answer:
A sorting technique is stable if it does not change the order of elements with the same value. ... Out of non-comparison based techniques, Counting sort and Bucket sort are stable sorting techniques whereas radix sort stability depends on the underlying algorithm used for sorting.
Explanation:
Similar questions