Computer Science, asked by aasin7974, 1 month ago

How many comparisons will made to sort the array arr={9,7,13,28,22} using counting sort?

Answers

Answered by Jamaludheen
0
As counting sort is an example of non comparison sort so it is able to sort an array without making any comparison.
Similar questions