Vidyalelo
Data Structure · Q165

Sorting Algorithms

Programming · Data Structure · question 165

Q165

Which of the following is true for the LSD radix sort?

A.
works best for variable length strings
B.
accesses memory randomly
Answer
C.
inner loop has less instructions
D.
sorts the keys in left-to-right order

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board