What is sorting ? And is types
Answers
Answered by
0
Answer:
Sorting is the process through which numbers or alphabets stored in an array are arranged in ascending or descending order.
Eg : - 1. Bubble Sort
2. Selection Sort
Hope it helps you..
Please mark it as brainileast..
Answered by
0
Answer:
Sorting is the processing of arranging the data in ascending and descending order. 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.
Similar questions