Ask Question

The radix sort

A. Treats array entries asif they were strings that have same length

B. Is not suitable as a general purpose sorting algorithm

C. restrcits the data that it sorts on

D. All other answera

+4
Answers (1)
  1. 7 September, 03:06
    0
    Answer: A) Treats array entries as if they were strings that have same length.

    Explanation:

    Radix sort are used as sorting algorithm for integers. This algorithm used as general purpose for sorting the integer data. Basically, it is non comparative sorting integer that sort the given data by making the individual group.

    It treats input value as strings of the digit, that is why it is defined as string sorting algorithm.

    Therefore, Option (A) is correct.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The radix sort A. Treats array entries asif they were strings that have same length B. Is not suitable as a general purpose sorting ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers