briefly explain the sorting and its types
Answers
Answered by
1
Answer:
Sorting is any process of arranging items systematically, and has two common, yet distinct meanings: ordering: arranging items in a sequence ordered by some criterion; categorizing: grouping items with similar properties.
Explanation:
example, a list of words could be sorted alphabetically or by length. ... Like searching, the efficiency of a sorting algorithm is related to the number of items being processed.
Answered by
2
Sorting Techniques.
DSA - Sorting Algorithms.
DSA - Bubble Sort.
DSA - Insertion Sort.
DSA - Selection Sort.
DSA - Merge Sort.
DSA - Shell Sort.
DSA - Quick Sort.
Similar questions