SSC
COMPUTER
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
| 
 | 
  Imaging 
 
 | 
| 
 | 
  Displaying emotion 
 
 | 
| 
 | 
  sorting 
 
 | 
| 
 | 
  Reasoning and thinking 
 
 | 
Detailed explanation-1: -Applications of sorting are following: Searching-Search preprocessing is the single most important application of sorting. Element uniqueness – we can find duplicate items present in the set. Frequency distribution – we can find the number of times a particular item used in set.
Detailed explanation-2: -There are several types of sorting in data structures namely – bubble sort, insertion sort, selection sort, bucket sort, heap sort, quick sort, radix sort etc.
Detailed explanation-3: -Sorting is the process of placing elements from a collection in some kind of order. For example, a list of words could be sorted alphabetically or by length. A list of cities could be sorted by population, by area, or by zip code.