Queue can be used to implement - Radix sort

Q.  C Programming: Queue can be used to implement
- Published on 24 Jun 15

a. Radix sort
b. Quick sort
c. Recursion
d. Depth first search

ANSWER: Radix sort
 
Radix sort is a non comparative integer sorting algorithm which sorts the data with the integer keys by the individual digits which share the same position and value.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)