The following are the significance of sorting, except?
a. It is used as a part of many geometric algorithms
b. For finding the intersection of two or more sets
c. For finding duplicate values within a set
d. None of the options is correct
1
Expert's answer
2015-04-23T03:13:47-0400
Answer:except d. None of the options is correct
A sorting algorithm is an algorithmthat puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other algorithms (such as search and merge algorithms) which require input data to be in sorted lists.
Comments
Leave a comment