Computer Science, asked by prayerfulfriend5, 9 months ago

What are the names of the sorting algorithms that do not compare elements?

Answers

Answered by spandhana238
0

Answer:

No comparison sorting includes Counting sort which sorts using key value, Radix sort, which examines individual bits of keys, and Bucket Sort which examines bits of keys. These are also known as Liner sorting algorithms because they sort in O(n) time.

Attachments:
Answered by ankitraj829467
0

Explanation:

No comparison sorting includes Counting sort which sorts using key value, Radix sort, which examines individual bits of keys, and Bucket Sort which examines bits of keys. These are also known as Liner sorting algorithms because they sort in O(n) time.

Similar questions