Queue can be used to implement - Radix sort
Q. C Programming: Queue can be used to implement- Published on 24 Jun 15a. 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.