Computer Science, asked by khawaja4084, 7 months ago

briefly explain the sorting and its types​

Answers

Answered by ambikayadav23
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 ridahussain86
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